{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-regulatory-ads-transparency-error-response-structure.json", "name": "ErrorResponse", "description": "ErrorResponse from LinkedIn API", "type": "object", "properties": { "status": { "type": "int32", "description": "HTTP status code", "example": 400 }, "message": { "type": "string", "description": "Error message", "example": "Invalid sponsored account ID" }, "serviceErrorCode": { "type": "int32", "description": "LinkedIn service error code", "example": 100 } } }