Retrieve the processing errors related the usages added by the job.
GET {{baseUrl}}/usagesJobs/:id/errors?errorClass=<string>&page=1&size=10
Returns the errors, if any, associated with a set of usages that were received by the identified job. - Callers are not usually expected to use this API as part of business workflow, but for 'in-frequent auditing'. - The calls to this method may be throttled. - In case of 'Verification Errors', the list of usages that failed verification is part of the errors. - In case of 'Billing Errors', billing ids are part of the error data. API users need to contact UTS team with the billing-ids to resolve the issues.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
errorClass | string | Error Class - validation | |
page | number | Page Number | |
size | number | Page Size |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"errors":[{"code":"mdsp.\u003cprovider\u003e.\u003cservice/app\u003e.\u003cerrorid\u003e","message":"\u003cerror message in english\u003e","messageParameters":[{"name":"name1","value":"value1"},{"name":"name1","value":"value1"}],"logref":"0bff7e7a-cd25-4576-9908-4180ef086174","errorType":"OtherError","info":"http://developer.mindsphere.io/uts/documentation/billing"},{"code":"mdsp.\u003cprovider\u003e.\u003cservice/app\u003e.\u003cerrorid\u003e","message":"\u003cerror message in english\u003e","messageParameters":[{"name":"name1","value":"value1"},{"name":"name1","value":"value1"}],"logref":"0bff7e7a-cd25-4576-9908-4180ef086174","errorType":"BillingError","info":"http://developer.mindsphere.io/uts/documentation/billing"}],"page":{"number":2,"size":10,"totalElements":40,"totalPages":4}}