Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 843 Bytes

CommonResponseErrorSTemporaryFileUrl.md

File metadata and controls

24 lines (18 loc) · 843 Bytes

EzmaxApi::CommonResponseErrorSTemporaryFileUrl

Properties

Name Type Description Notes
s_error_message String The message giving details about the error
e_error_code FieldEErrorCode
a_s_error_messagedetail Array<String> More error message detail [optional]
s_temporary_file_url String The Temporary File Url of the document that was uploaded. That url can be reused instead of uploading the file again. [optional]

Example

require 'Ezmaxapi'

instance = EzmaxApi::CommonResponseErrorSTemporaryFileUrl.new(
  s_error_message: Invalid Signature Headers,
  e_error_code: null,
  a_s_error_messagedetail: null,
  s_temporary_file_url: http://www.example.com/document.pdf
)