WP Engine · Schema

NotFoundErrorResponse

WordPressManaged HostingWordPress HostingSite ManagementDigital Experience Platform

Properties

Name Type Description
message string A message regarding the error that occurred on the server
documentation_url string (Optional) A URL where documentation regarding this specific error can be found
View JSON Schema on GitHub

JSON Schema

notfounderrorresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "NotFoundErrorResponse",
  "type": "object",
  "required": [
    "message"
  ],
  "properties": {
    "message": {
      "type": "string",
      "description": "A message regarding the error that occurred on the server",
      "example": "Not Found"
    },
    "documentation_url": {
      "type": "string",
      "description": "(Optional) A URL where documentation regarding this specific error can be found"
    }
  }
}