Get errors that occurred during a transaction
x-ms-visibility: "important"
Retrieve errors for transaction by charger ID and transaction ID.
Path Parameters
transactionId string required
ID of the transaction to retrieve.
Query Parameters
chargerId string required
ID of the charger to retrieve.
Responses
- 200
- 400
- 401
- 404
- 500
Details of the requested transaction errors.
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
errors object[]
timestamp date-time
chargerId string
socketId int64
type string
status string
info string
error string
mappings object[]
id int64
original string
mapped string
type string
Possible values: [Info, Error]
Default value: Info
{
"errors": [
{
"timestamp": "2025-09-04T07:11:42.098Z",
"chargerId": "string",
"socketId": 0,
"type": "string",
"status": "string",
"info": "string",
"error": "string",
"mappings": [
{
"id": 0,
"original": "string",
"mapped": "string",
"type": "Info"
}
]
}
]
}
Details of the validation error.
application/json
Schema
Example (from schema)
Schema
type string
title string
status int32 nullable
detail string
instance string
extensions object
property name* object
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"extensions": {}
}
User not authorised
Transaction not found.
An unexpected error occurred.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
Loading...