ENUM
ErrorCode
link GraphQL Schema definition
- enum ErrorCode {
- # Query AMS requires exactly one field input
- # Cannot update field to given value.
- # You cannot request a customs bond for an importer if one has already been
- # requested.
- # The default error for invalid field inputs.
- # An invalid email was provided.
- # An invalid FIRMS code was provided.
- # An invalid EIN code was provided.
- # The importer-of-record number provided did not match any known formats (EIN,
- # SSN, or CBP-assigned)
- # An invalid DUNS number was provided.
- # An invalid PUN was provided.
- # The provided CID is already registered for a different entity for your
- # organization.
- # The name of the file provided did not include an extension.
- # You cannot cancel a bond request if there is no active request.
- # You must submit this document before requesting an entry
- # You must submit this document before requesting an entry
- # You must submit this document before requesting an entry
- # A shipment cannot be marked hot if it has already been marked hot.
- # You cannot skip or submit an ISF if it has already been submitted
- # You cannot skip or submit an ISF if it has already been skipped
- # You cannot skip or submit an ISF if the mode of transport of the shipment is not
- # ocean or rail.
- # You cannot submit an ISF while INLT is acquiring a customs bond for the
- # shipment's importer.
- # This PGA is not yet supported via INLT's public API
- # The importer is inactive.
- # The provided master bill is a duplicate
- # The provided house bill is a duplicate
- }