ErrorEventBody class

Inheritance

Constructors

ErrorEventBody({required ErrorSource errorSource, required String apiCall, required int httpResponseCode, required String errorCode, required String errorMessage, String? apiPayload, String? responseJson, String? sdkVersion, String? sdkId, String? attr1, String? attr2, String? attr3, String? attr4, String? attr5})

Properties

apiCall String
final
apiPayload String?
final
attr1 String?
finalinherited
attr2 String?
finalinherited
attr3 String?
finalinherited
attr4 String?
finalinherited
attr5 String?
finalinherited
errorCode String
final
errorMessage String
final
errorSource ErrorSource
final
hashCode int
The hash code for this object.
no setterinherited
httpResponseCode int
final
responseJson String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkId String?
finalinherited
sdkVersion String?
finalinherited

Methods

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

Operators

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