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

KeyDatatypeRequiredDescription
errorClassstringError Class - validation
pagenumberPage Number
sizenumberPage Size

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;errors&quot;:[{&quot;code&quot;:&quot;mdsp.\u003cprovider\u003e.\u003cservice/app\u003e.\u003cerrorid\u003e&quot;,&quot;message&quot;:&quot;\u003cerror message in english\u003e&quot;,&quot;messageParameters&quot;:[{&quot;name&quot;:&quot;name1&quot;,&quot;value&quot;:&quot;value1&quot;},{&quot;name&quot;:&quot;name1&quot;,&quot;value&quot;:&quot;value1&quot;}],&quot;logref&quot;:&quot;0bff7e7a-cd25-4576-9908-4180ef086174&quot;,&quot;errorType&quot;:&quot;OtherError&quot;,&quot;info&quot;:&quot;http://developer.mindsphere.io/uts/documentation/billing&quot;},{&quot;code&quot;:&quot;mdsp.\u003cprovider\u003e.\u003cservice/app\u003e.\u003cerrorid\u003e&quot;,&quot;message&quot;:&quot;\u003cerror message in english\u003e&quot;,&quot;messageParameters&quot;:[{&quot;name&quot;:&quot;name1&quot;,&quot;value&quot;:&quot;value1&quot;},{&quot;name&quot;:&quot;name1&quot;,&quot;value&quot;:&quot;value1&quot;}],&quot;logref&quot;:&quot;0bff7e7a-cd25-4576-9908-4180ef086174&quot;,&quot;errorType&quot;:&quot;BillingError&quot;,&quot;info&quot;:&quot;http://developer.mindsphere.io/uts/documentation/billing&quot;}],&quot;page&quot;:{&quot;number&quot;:2,&quot;size&quot;:10,&quot;totalElements&quot;:40,&quot;totalPages&quot;:4}}