WP Engine · Schema

UsageErrorResponse

WordPressManaged HostingWordPress HostingSite ManagementDigital Experience Platform

Properties

Name Type Description
message string A message explaining the error.
View JSON Schema on GitHub

JSON Schema

usageerrorresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "UsageErrorResponse",
  "type": "object",
  "required": [
    "message"
  ],
  "properties": {
    "message": {
      "type": "string",
      "description": "A message explaining the error.",
      "example": "Must provide or omit both first_date and last_date."
    }
  }
}