From 491f2abebb85ccec14f20254b1c4d87dbb12d5ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Wed, 12 Jun 2024 15:04:22 +0200 Subject: [PATCH] Update operations.md --- operations.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/operations.md b/operations.md index 26e8f59..5077beb 100644 --- a/operations.md +++ b/operations.md @@ -110,8 +110,6 @@ it is critical: human supervision is highly advisable. Check the Keystone instan the Keystone Operations Manual. ### Orion errors -#### ORION-PLUGIN-001: Wrong XML Payload. Action not found -Indicates that a received request didn't have the appropriate information to determine which action it's going to execute, so the validation process can't proceed. This is a client error and should not require human intervention. Warn the user if the error repeats. #### ORION-PLUGIN-002: Wrong XML Payload. Parsing error: %s An XML payload with syntactic errors has been received. This should be a client error, and it shouldn't require human intervention. Warn the user if the error repeats. #### ORION-PLUGIN-003: Wrong JSON Payload: updateAction element not found