LinkedIn · JSON Structure

Linkedin Marketing Audience Insights Error Response Structure

ErrorResponse from LinkedIn API

Type: object Properties: 3
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

ErrorResponse is a JSON Structure definition published by LinkedIn, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

status message code

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-marketing-audience-insights-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 request parameters"
    },
    "code": {
      "type": "string",
      "description": "Error code",
      "example": "INVALID_PARAMS"
    }
  }
}