| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
ErrorCode |
ConflictException.code()
Returns the value of the Code property for this object.
|
ErrorCode |
ServiceFailureException.code()
Returns the value of the Code property for this object.
|
ErrorCode |
ThrottledClientException.code()
Returns the value of the Code property for this object.
|
ErrorCode |
ServiceUnavailableException.code()
Returns the value of the Code property for this object.
|
ErrorCode |
NotFoundException.code()
Returns the value of the Code property for this object.
|
ErrorCode |
ForbiddenException.code()
Returns the value of the Code property for this object.
|
ErrorCode |
ResourceLimitExceededException.code()
Returns the value of the Code property for this object.
|
ErrorCode |
BadRequestException.code()
Returns the value of the Code property for this object.
|
ErrorCode |
UnauthorizedClientException.code()
Returns the value of the Code property for this object.
|
ErrorCode |
BatchCreateChannelMembershipError.errorCode()
The error code.
|
static ErrorCode |
ErrorCode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ErrorCode |
ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCode[] |
ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ErrorCode> |
ErrorCode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ConflictException.Builder |
ConflictException.Builder.code(ErrorCode code)
Sets the value of the Code property for this object.
|
ServiceFailureException.Builder |
ServiceFailureException.Builder.code(ErrorCode code)
Sets the value of the Code property for this object.
|
ThrottledClientException.Builder |
ThrottledClientException.Builder.code(ErrorCode code)
Sets the value of the Code property for this object.
|
ServiceUnavailableException.Builder |
ServiceUnavailableException.Builder.code(ErrorCode code)
Sets the value of the Code property for this object.
|
NotFoundException.Builder |
NotFoundException.Builder.code(ErrorCode code)
Sets the value of the Code property for this object.
|
ForbiddenException.Builder |
ForbiddenException.Builder.code(ErrorCode code)
Sets the value of the Code property for this object.
|
ResourceLimitExceededException.Builder |
ResourceLimitExceededException.Builder.code(ErrorCode code)
Sets the value of the Code property for this object.
|
BadRequestException.Builder |
BadRequestException.Builder.code(ErrorCode code)
Sets the value of the Code property for this object.
|
UnauthorizedClientException.Builder |
UnauthorizedClientException.Builder.code(ErrorCode code)
Sets the value of the Code property for this object.
|
BatchCreateChannelMembershipError.Builder |
BatchCreateChannelMembershipError.Builder.errorCode(ErrorCode errorCode)
The error code.
|
Copyright © 2023. All rights reserved.