Uses of Class
software.amazon.awssdk.services.managedblockchainquery.model.ErrorType
-
Packages that use ErrorType Package Description software.amazon.awssdk.services.managedblockchainquery.model -
-
Uses of ErrorType in software.amazon.awssdk.services.managedblockchainquery.model
Methods in software.amazon.awssdk.services.managedblockchainquery.model that return ErrorType Modifier and Type Method Description ErrorTypeBatchGetTokenBalanceErrorItem. errorType()The type of error.static ErrorTypeErrorType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ErrorTypeErrorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorType[]ErrorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.managedblockchainquery.model that return types with arguments of type ErrorType Modifier and Type Method Description static Set<ErrorType>ErrorType. knownValues()Methods in software.amazon.awssdk.services.managedblockchainquery.model with parameters of type ErrorType Modifier and Type Method Description BatchGetTokenBalanceErrorItem.BuilderBatchGetTokenBalanceErrorItem.Builder. errorType(ErrorType errorType)The type of error.
-