Documentation/Canton Network Docs/Admin APIgRPC APIPackagescom.digitalasset.canton.admin.health.v30ServicesStatusServiceView on Canton Network Docs ↗
GetLastErrors
RPC
Removed in 3.5.1. Historical definition from 3.4.11./com.digitalasset.canton.admin.health.v30.StatusService/GetLastErrorsProtocol Details
Inputs
GetLastErrorsRequest
Outputs
GetLastErrorsResponse
errorsrepeated ErrorRelated Schemas
com.digitalasset.canton.admin.health.v30.GetLastErrorsRequest
com.digitalasset.canton.admin.health.v30.GetLastErrorsRequest
com.digitalasset.canton.admin.health.v30.GetLastErrorsResponse
com.digitalasset.canton.admin.health.v30.GetLastErrorsResponse
errorsrepeated Errorcom.digitalasset.canton.admin.health.v30.GetLastErrorsResponse.Error
com.digitalasset.canton.admin.health.v30.GetLastErrorsResponse.Error
trace_idstringmessagestringHistory
Removed in
3.5.1Last available in 3.4.11. Retained for historical reference.
grpcurl
grpcurl
# Add -plaintext if the server is not using TLS.
grpcurl \
-d @ \
<HOST:PORT> \
com.digitalasset.canton.admin.health.v30.StatusService/GetLastErrors <<'EOF'
{}
EOF
OKapplication/json
OK
{
"errors": [
{
"traceId": "string",
"message": "string"
}
]
}