Uses of Class
com.xerox.amazonws.common.AWSError.ErrorType

Packages that use AWSError.ErrorType
com.xerox.amazonws.common   
com.xerox.amazonws.fps   
 

Uses of AWSError.ErrorType in com.xerox.amazonws.common
 

Methods in com.xerox.amazonws.common that return AWSError.ErrorType
 AWSError.ErrorType AWSError.getErrorType()
           
static AWSError.ErrorType AWSError.ErrorType.getTypeFromString(String val)
           
static AWSError.ErrorType AWSError.ErrorType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AWSError.ErrorType[] AWSError.ErrorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.xerox.amazonws.common with parameters of type AWSError.ErrorType
AWSError(AWSError.ErrorType type, String code, String message)
           
 

Uses of AWSError.ErrorType in com.xerox.amazonws.fps
 

Constructors in com.xerox.amazonws.fps with parameters of type AWSError.ErrorType
FPSError(AWSError.ErrorType type, String code, String message, boolean retriable)