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.ErrorCodeErrorHandler.ErrorCode. ERROR_CODE_DEFAULTAll other error types.Methods in com.google.appengine.v1 that return ErrorHandler.ErrorCode Modifier and Type Method Description static ErrorHandler.ErrorCodeErrorHandler.ErrorCode. forNumber(int value)ErrorHandler.ErrorCodeErrorHandler.Builder. getErrorCode()Error condition this handler applies to.ErrorHandler.ErrorCodeErrorHandler. getErrorCode()Error condition this handler applies to.ErrorHandler.ErrorCodeErrorHandlerOrBuilder. getErrorCode()Error condition this handler applies to.static ErrorHandler.ErrorCodeErrorHandler.ErrorCode. valueOf(int value)Deprecated.static ErrorHandler.ErrorCodeErrorHandler.ErrorCode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ErrorHandler.ErrorCodeErrorHandler.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.BuilderErrorHandler.Builder. setErrorCode(ErrorHandler.ErrorCode value)Error condition this handler applies to.
-