Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Support ValidationApiError #6

Open
suzuki-shunsuke opened this issue Apr 30, 2018 · 1 comment
Open

Support ValidationApiError #6

suzuki-shunsuke opened this issue Apr 30, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@suzuki-shunsuke
Copy link
Owner

POST /system/outputs

{
  "type": "ValidationApiError",
  "message": "Validation failed!",
  "validation_errors": {
    "type": [
      {
        "error": "Invalid output type"
      }
    ]
  }
}
@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Apr 30, 2018
@suzuki-shunsuke
Copy link
Owner Author

{
  "type": "ValidationApiError",
  "message": "Validation failed!",
  "validation_errors": {
    "_": [
      {
        "error": "Grok pattern test already exists"
      }
    ]
  }
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant