EnterpriseCrmEventbusProtoErrorDetail class

An error, warning, or information message associated with a workflow.

Constructors

EnterpriseCrmEventbusProtoErrorDetail({CrmlogErrorCode? errorCode, String? errorMessage, String? severity, int? taskNumber})
EnterpriseCrmEventbusProtoErrorDetail.fromJson(Map json_)

Properties

errorCode CrmlogErrorCode?
The associated error-code, which can be a common or internal code.
getter/setter pair
errorMessage String?
The full text of the error message, including any parameters that were thrown along with the exception.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severity String?
The severity of the error: ERROR|WARN|INFO. Possible string values are:
getter/setter pair
taskNumber int?
The task try-number, in which, the error occurred.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited