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
Details of the requested transaction errors.
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
errors object[]
timestamp date-time
chargerId string
socketId int64
type string
status string
info string
error string
{
"errors": [
{
"timestamp": "2025-04-25T07:40:35.175Z",
"chargerId": "string",
"socketId": 0,
"type": "string",
"status": "string",
"info": "string",
"error": "string"
}
]
}
Exception Details
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User not authorised
Transaction not found.
Loading...