Uses of Class
com.google.appengine.v1.ErrorHandler.ErrorCode
-
Packages that use ErrorHandler.ErrorCode Package Description com.google.appengine.v1 A client to App Engine Admin API -
-
Uses of ErrorHandler.ErrorCode in com.google.appengine.v1
Fields in com.google.appengine.v1 declared as ErrorHandler.ErrorCode Modifier and Type Field Description static ErrorHandler.ErrorCode
ErrorHandler.ErrorCode. ERROR_CODE_DEFAULT
All other error types.Methods in com.google.appengine.v1 that return ErrorHandler.ErrorCode Modifier and Type Method Description static ErrorHandler.ErrorCode
ErrorHandler.ErrorCode. forNumber(int value)
ErrorHandler.ErrorCode
ErrorHandler.Builder. getErrorCode()
Error condition this handler applies to.ErrorHandler.ErrorCode
ErrorHandler. getErrorCode()
Error condition this handler applies to.ErrorHandler.ErrorCode
ErrorHandlerOrBuilder. getErrorCode()
Error condition this handler applies to.static ErrorHandler.ErrorCode
ErrorHandler.ErrorCode. valueOf(int value)
Deprecated.static ErrorHandler.ErrorCode
ErrorHandler.ErrorCode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ErrorHandler.ErrorCode
ErrorHandler.ErrorCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ErrorHandler.ErrorCode[]
ErrorHandler.ErrorCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.appengine.v1 that return types with arguments of type ErrorHandler.ErrorCode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ErrorHandler.ErrorCode>
ErrorHandler.ErrorCode. internalGetValueMap()
Methods in com.google.appengine.v1 with parameters of type ErrorHandler.ErrorCode Modifier and Type Method Description ErrorHandler.Builder
ErrorHandler.Builder. setErrorCode(ErrorHandler.ErrorCode value)
Error condition this handler applies to.
-