Module: Rev::InputRequestErrorCodes
- Defined in:
- lib/rev-api/exceptions.rb
Constant Summary collapse
- UNSUPPORTED_CONTENT_TYPE =
10001 Unsupported Content Type – if the content type of the media is not currently supported by our system. Supported media types for inputs are listed in www.rev.com/api/inputspost
10001
- COULD_NOT_RETRIEVE_MEDIA =
10002 Could not retrieve file – if we could not retrieve the file from the specified location.
10002
- INVALID_MULTIPART_REQUEST =
10003 Invalid multipart request – If the multipart request did not contain exactly one file part, or was otherwise malformed.
10003
- UNSPECIFIED_FILENAME =
10004 Unspecified filename - If the filename for the media was not specified explicitly and could not be determined automatically.
10004