Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.ErrorCode
-
Packages that use ErrorCode Package Description software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of ErrorCode in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return ErrorCode Modifier and Type Method Description ErrorCodeBadRequestException. code()Returns the value of the Code property for this object.ErrorCodeConflictException. code()Returns the value of the Code property for this object.ErrorCodeForbiddenException. code()Returns the value of the Code property for this object.ErrorCodeNotFoundException. code()Returns the value of the Code property for this object.ErrorCodeResourceLimitExceededException. code()Returns the value of the Code property for this object.ErrorCodeServiceFailureException. code()Returns the value of the Code property for this object.ErrorCodeServiceUnavailableException. code()Returns the value of the Code property for this object.ErrorCodeThrottledClientException. code()Returns the value of the Code property for this object.ErrorCodeUnauthorizedClientException. code()Returns the value of the Code property for this object.ErrorCodeBatchCreateChannelMembershipError. errorCode()The error code.static ErrorCodeErrorCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ErrorCodeErrorCode. 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.Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return types with arguments of type ErrorCode Modifier and Type Method Description static Set<ErrorCode>ErrorCode. knownValues()Methods in software.amazon.awssdk.services.chimesdkmessaging.model with parameters of type ErrorCode Modifier and Type Method Description BadRequestException.BuilderBadRequestException.Builder. code(ErrorCode code)Sets the value of the Code property for this object.ConflictException.BuilderConflictException.Builder. code(ErrorCode code)Sets the value of the Code property for this object.ForbiddenException.BuilderForbiddenException.Builder. code(ErrorCode code)Sets the value of the Code property for this object.NotFoundException.BuilderNotFoundException.Builder. code(ErrorCode code)Sets the value of the Code property for this object.ResourceLimitExceededException.BuilderResourceLimitExceededException.Builder. code(ErrorCode code)Sets the value of the Code property for this object.ServiceFailureException.BuilderServiceFailureException.Builder. code(ErrorCode code)Sets the value of the Code property for this object.ServiceUnavailableException.BuilderServiceUnavailableException.Builder. code(ErrorCode code)Sets the value of the Code property for this object.ThrottledClientException.BuilderThrottledClientException.Builder. code(ErrorCode code)Sets the value of the Code property for this object.UnauthorizedClientException.BuilderUnauthorizedClientException.Builder. code(ErrorCode code)Sets the value of the Code property for this object.BatchCreateChannelMembershipError.BuilderBatchCreateChannelMembershipError.Builder. errorCode(ErrorCode errorCode)The error code.
-