Sha256: 0d170a0c8558632f2c300f09fafb40165b12ccca58dae726c4283dc24275e9c3
Contents?: true
Size: 626 Bytes
Versions: 6
Compression:
Stored size: 626 Bytes
Contents
# MessenteApi::ErrorItemNumberLookupError ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **description** | **String** | Error description | **code** | **Integer** | Matches the following error title. This field is a constant * 101 - Unauthorized * 102 - Invalid arguments or parameters * 103 - Server error * 104 - Crediting error #1 * 105 - Crediting error #2 * 106 - Client error | ## Code Sample ```ruby require 'MessenteApi' instance = MessenteApi::ErrorItemNumberLookupError.new(description: null, code: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems