|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BceServiceException.ErrorType | |
---|---|
com.baidubce |
Uses of BceServiceException.ErrorType in com.baidubce |
---|
Methods in com.baidubce that return BceServiceException.ErrorType | |
---|---|
BceServiceException.ErrorType |
BceServiceException.getErrorType()
Indicates who is responsible for this exception (caller, service, or unknown). |
static BceServiceException.ErrorType |
BceServiceException.ErrorType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BceServiceException.ErrorType[] |
BceServiceException.ErrorType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.baidubce with parameters of type BceServiceException.ErrorType | |
---|---|
void |
BceServiceException.setErrorType(BceServiceException.ErrorType errorType)
Sets the type of error represented by this exception (sender, receiver, or unknown), indicating if this exception was the caller's fault, or the service's fault. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |