Uses of Class
com.docusign.maestro.model.ErrorCodes
-
Packages that use ErrorCodes Package Description com.docusign.maestro.model -
-
Uses of ErrorCodes in com.docusign.maestro.model
Methods in com.docusign.maestro.model that return ErrorCodes Modifier and Type Method Description static ErrorCodesErrorCodes. fromValue(String value)ErrorCodesErrorResponse. getErrorCode()Get errorCode.static ErrorCodesErrorCodes. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorCodes[]ErrorCodes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.docusign.maestro.model with parameters of type ErrorCodes Modifier and Type Method Description ErrorResponseErrorResponse. errorCode(ErrorCodes errorCode)errorCode.voidErrorResponse. setErrorCode(ErrorCodes errorCode)setErrorCode.
-