error method

error

Writes error log message; Error log messages provides information about unrecoverable events in application flow.

def error(self, message, exception):
    ...
Parameter Type Description
message System.String The error message.
exception System.String The exception.

See Also