Skip to main content

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

Details of the requested transaction errors.


Schema
    errors object[]
  • Array [
  • timestamp date-time
    chargerId string
    socketId int64
    type string
    status string
    info string
    error string
  • ]
Loading...