FailedServiceActionAssociation class

An object containing information about the error, along with identifying information about the self-service action and its associations.

Constructors

FailedServiceActionAssociation({ServiceActionAssociationErrorCode? errorCode, String? errorMessage, String? productId, String? provisioningArtifactId, String? serviceActionId})
FailedServiceActionAssociation.fromJson(Map<String, dynamic> json)
factory

Properties

errorCode ServiceActionAssociationErrorCode?
The error code. Valid values are listed below.
final
errorMessage String?
A text description of the error.
final
hashCode int
The hash code for this object.
no setterinherited
productId String?
The product identifier. For example, prod-abcdzk7xy33qa.
final
provisioningArtifactId String?
The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceActionId String?
The self-service action identifier. For example, act-fs7abcd89wxyz.
final

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