Folder Not Empty

APIs.ioEngineeringPlatform

Properties

Name Type Description
name string The error name.
message string The error message.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-panfolder400errornotempty-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/panFolder400ErrorNotEmpty",
  "title": "Folder Not Empty",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The error name.",
      "example": "instanceNotFoundError"
    },
    "message": {
      "type": "string",
      "description": "The error message.",
      "example": "You need to empty this folder before deleting it."
    }
  }
}