WP Engine · Schema

InternalServerErrorResponse

WordPressManaged HostingWordPress HostingSite ManagementDigital Experience Platform

Properties

Name Type Description
message string A message regarding the error that occurred on the server
View JSON Schema on GitHub

JSON Schema

internalservererrorresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "InternalServerErrorResponse",
  "type": "object",
  "required": [
    "message"
  ],
  "properties": {
    "message": {
      "type": "string",
      "description": "A message regarding the error that occurred on the server",
      "example": "An unexpected error occurred, please try again in a few minutes"
    }
  }
}