Bemovil
Contactar comercial
  • Languages
    • Español
      • Introducción API
      • Autenticación
      • Errores
      • Transacciones
        • Ejemplos
      • Productos
      • Reportes
      • Cargar saldo
    • English
      • API Introduction
      • Authentication
      • Errors
      • Transactions
        • Examples
      • Products
      • Reports
Con tecnología de GitBook
En esta página
  • Error structure
  • Handling HTTP Status Codes
  • Timeout handling
  1. Languages
  2. English

Errors

Error structure

Errors will always have the following structure:

{
  "errorMessage": "Error description"
  "path": "/api/v1/som/path",
  "date": 123123123, // UNIX FORMAT
  "errorCode": "undefined.error"
}

Handling HTTP Status Codes

These will be provided by the HTTP status code.

Http Status Code

200

OK

400

User error

401

Authentication error

404

Resource not found

500

Server error

Timeout handling

The maximum defined timeout for a transaction will be 60 seconds.

AnteriorAuthenticationSiguienteTransactions

Última actualización hace 1 año