PORTOS Developers
  • 👋Introduction
  • 📖Glossary
  • HTTP Status codes
  • Error models
  • Error codes
  • Validation constraints
  • Resource names
  • 🔒User rights
  • Device environments
  • 🌍Localization
  • 🔍NData query syntax
  • OpenAPI specification
  • Data models
  • Authentication
    • 🔐Authentication schemes
      • JWT Bearer Authentication
      • HMAC Authentication
  • ⚡Notifications
    • SignalR
    • Webhooks
  • API reference
    • 🔑API keys
    • 🛍️Article categories
    • 💼Companies
    • 💱Currencies
    • 👫Customers
    • 📈Daily sales reports
    • 🖥️Devices
    • 🖨️Fiscals
    • ❤️Health check
    • 📃License
    • 🎚️Modifiers
    • 👨‍🍳Order endpoints
    • 🛎️Orders
    • 🪙Payment types
    • ☕Plus
    • 🔏Roles
    • 🔐Sessions
    • ⚙️Settings
    • 🔎Stock takings
    • 🔢Stock transfer numbering
    • 🚚Stock transfers
    • 📦Stocks
    • 🧾Tickets
      • Ticket Model States
      • Ticket Operations and User Rights
      • Ticket Model Mathematics
    • 👨‍💼Users
    • ⚖️Vats
    • 🪑Zones
  • 3rd Party Integrations
    • Introduction
    • Online orders API
    • Rewards API
    • PDA Files
  • Previous versions
    • Migration to V4.1
    • Migration to V4
    • Legacy documentation
Powered by GitBook
On this page
  • 1 - Unautenthicated
  • 2 - Unauthorized
  • 3 - ValidationFailed
  • 4 - LicenseExpired
  • 5 - ResourceLocked
  • 6 - ResourceVersionMismatch

Was this helpful?

Error codes

PreviousError modelsNextValidation constraints

Last updated 2 years ago

Was this helpful?

List of error codes that are specified in errorCode property of class.

1 - Unautenthicated

User is not logged in. Please authenticate and repeat the action.

2 - Unauthorized

User is not authorized to perform specific action. Additional rights must be granted to the user for successful action execution.

3 - ValidationFailed

One or more validation rules were broken. Action should not be repeated unless request is modified or another resource that action relies on is changed.

4 - LicenseExpired

License is valid, but expired. License must be extended before repeating the action.

5 - ResourceLocked

Resource is temporarly locked by another session or instance. Action can be invoked again later.

6 - ResourceVersionMismatch

Resource version mismatch. The error occurs especially if the resource is stored on the API in a newer version than the version specified in the request.

ProblemDetails