BatchDisassociateApprovalRuleTemplateFromRepositoriesError class
Returns information about errors in a BatchDisassociateApprovalRuleTemplateFromRepositories operation.
Constructors
- BatchDisassociateApprovalRuleTemplateFromRepositoriesError({String? errorCode, String? errorMessage, String? repositoryName})
-
BatchDisassociateApprovalRuleTemplateFromRepositoriesError.fromJson(Map<
String, dynamic> json) -
factory
Properties
- errorCode → String?
-
An error code that specifies whether the repository name was not valid or
not found.
final
- errorMessage → String?
-
An error message that provides details about why the repository name was
either not found or not valid.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- repositoryName → String?
-
The name of the repository where the association with the template was not
able to be removed.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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