PHP Class Braintree\Error\Codes

ErrorCodes class provides constants for validation errors. The constants should be used to check for a specific validation error in a ValidationErrorCollection. The error messages returned from the server may change; but the codes will remain the same.
Show file Open project: braintree/braintree_php