MdsResponseStatus
Object
Status returned by the Occupational Metadata API.
Fields
responseCode MdsResponseCode! Non-Null
Response code from the Occupational Metadata API, following standard GraphQL codes.
errorMessage String
Error descriptions from the Occupational Metadata API.
Example
{ "responseCode": "OK", "errorMessage": "abc123"}