ENUM

ImporterDocRejectionCode

Reasons why INLT may reject a shipment doc

link GraphQL Schema definition

  • enum ImporterDocRejectionCode {
  • # The signer of a POA or CERT doc is not an officer of the company
  • SIGNER_NOT_AN_OFFICER
  • # The signer did not include their title when signing
  • SIGNER_MISSING_TITLE
  • # INLT is unable to parse the name of the POA signer
  • SIGNER_NOT_LEGIBLE
  • # INLT is unable to parse the POA generally
  • POA_NOT_LEGIBLE
  • # The title of the POA signer is not clearly that of an officer
  • CANNOT_VERIFY_ROLE
  • # Any other rejection reason
  • OTHER
  • }