1*043bec09SNan Zhou #pragma once 270304cb5SJason M. Bills /**************************************************************** 31cf53df0SEd Tanous * READ THIS WARNING FIRST 470304cb5SJason M. Bills * This is an auto-generated header which contains definitions 570304cb5SJason M. Bills * for Redfish DMTF defined messages. 61cf53df0SEd Tanous * DO NOT modify this registry outside of running the 70e2d0691SJason M. Bills * parse_registries.py script. The definitions contained within 81cf53df0SEd Tanous * this file are owned by DMTF. Any modifications to these files 91cf53df0SEd Tanous * should be first pushed to the relevant registry in the DMTF 101cf53df0SEd Tanous * github organization. 1170304cb5SJason M. Bills ***************************************************************/ 1270304cb5SJason M. Bills #include <registries.hpp> 1370304cb5SJason M. Bills 144d99bbb0SEd Tanous // clang-format off 154d99bbb0SEd Tanous 16fffb8c1fSEd Tanous namespace redfish::registries::base 1770304cb5SJason M. Bills { 18351d3063SJason M. Bills const Header header = { 19f866686bSJiaqing Zhao "Copyright 2014-2022 DMTF. All rights reserved.", 20f866686bSJiaqing Zhao "#MessageRegistry.v1_5_0.MessageRegistry", 21f866686bSJiaqing Zhao "Base.1.13.0", 22271584abSEd Tanous "Base Message Registry", 23271584abSEd Tanous "en", 24271584abSEd Tanous "This registry defines the base messages for Redfish", 25271584abSEd Tanous "Base", 26f866686bSJiaqing Zhao "1.13.0", 27271584abSEd Tanous "DMTF", 28351d3063SJason M. Bills }; 29e51c710eSJames Feist constexpr const char* url = 30f866686bSJiaqing Zhao "https://redfish.dmtf.org/registries/Base.1.13.0.json"; 31e51c710eSJames Feist 320e2d0691SJason M. Bills constexpr std::array registry = 33ba27e59eSEd Tanous { 3470304cb5SJason M. Bills MessageEntry{ 3570304cb5SJason M. Bills "AccessDenied", 3670304cb5SJason M. Bills { 37ba27e59eSEd Tanous "Indicates that while attempting to access, connect to, or transfer to or from another resource, the service denied access.", 38ba27e59eSEd Tanous "While attempting to establish a connection to '%1', the service denied access.", 39271584abSEd Tanous "Critical", 40271584abSEd Tanous 1, 4170304cb5SJason M. Bills { 4270304cb5SJason M. Bills "string", 4370304cb5SJason M. Bills }, 44ba27e59eSEd Tanous "Attempt to ensure that the URI is correct and that the service has the appropriate credentials.", 4570304cb5SJason M. Bills }}, 46ba27e59eSEd Tanous MessageEntry{ 47ba27e59eSEd Tanous "AccountForSessionNoLongerExists", 4870304cb5SJason M. Bills { 49ba27e59eSEd Tanous "Indicates that the account for the session has been removed, thus the session has been removed as well.", 50ba27e59eSEd Tanous "The account for the current session has been removed, thus the current session has been removed as well.", 51271584abSEd Tanous "OK", 52271584abSEd Tanous 0, 53271584abSEd Tanous {}, 54271584abSEd Tanous "Attempt to connect with a valid account.", 5570304cb5SJason M. Bills }}, 56ba27e59eSEd Tanous MessageEntry{ 57ba27e59eSEd Tanous "AccountModified", 5870304cb5SJason M. Bills { 5970304cb5SJason M. Bills "Indicates that the account was successfully modified.", 60271584abSEd Tanous "The account was successfully modified.", 61271584abSEd Tanous "OK", 62271584abSEd Tanous 0, 63271584abSEd Tanous {}, 64271584abSEd Tanous "No resolution is required.", 6570304cb5SJason M. Bills }}, 66ba27e59eSEd Tanous MessageEntry{ 67ba27e59eSEd Tanous "AccountNotModified", 6870304cb5SJason M. Bills { 69ba27e59eSEd Tanous "Indicates that the modification requested for the account was not successful.", 70271584abSEd Tanous "The account modification request failed.", 71271584abSEd Tanous "Warning", 72271584abSEd Tanous 0, 73271584abSEd Tanous {}, 74ba27e59eSEd Tanous "The modification may have failed due to permission issues or issues with the request body.", 7570304cb5SJason M. Bills }}, 764d99bbb0SEd Tanous MessageEntry{ 774d99bbb0SEd Tanous "AccountRemoved", 7870304cb5SJason M. Bills { 7970304cb5SJason M. Bills "Indicates that the account was successfully removed.", 80271584abSEd Tanous "The account was successfully removed.", 81271584abSEd Tanous "OK", 82271584abSEd Tanous 0, 83271584abSEd Tanous {}, 84271584abSEd Tanous "No resolution is required.", 8570304cb5SJason M. Bills }}, 864d99bbb0SEd Tanous MessageEntry{ 874d99bbb0SEd Tanous "ActionDeprecated", 88fc8a2b87SEd Tanous { 89fc8a2b87SEd Tanous "Indicates the action is deprecated.", 90fc8a2b87SEd Tanous "The action %1 is deprecated.", 91fc8a2b87SEd Tanous "Warning", 92fc8a2b87SEd Tanous 1, 93fc8a2b87SEd Tanous { 94fc8a2b87SEd Tanous "string", 95fc8a2b87SEd Tanous }, 96fc8a2b87SEd Tanous "Refer to the schema guide for more information.", 97fc8a2b87SEd Tanous }}, 9870304cb5SJason M. Bills MessageEntry{ 9970304cb5SJason M. Bills "ActionNotSupported", 10070304cb5SJason M. Bills { 101ba27e59eSEd Tanous "Indicates that the action supplied with the POST operation is not supported by the resource.", 102271584abSEd Tanous "The action %1 is not supported by the resource.", 103271584abSEd Tanous "Critical", 104271584abSEd Tanous 1, 10570304cb5SJason M. Bills { 10670304cb5SJason M. Bills "string", 10770304cb5SJason M. Bills }, 108ba27e59eSEd Tanous "The action supplied cannot be resubmitted to the implementation. Perhaps the action was invalid, the wrong resource was the target or the implementation documentation may be of assistance.", 10970304cb5SJason M. Bills }}, 110ba27e59eSEd Tanous MessageEntry{ 111ba27e59eSEd Tanous "ActionParameterDuplicate", 11270304cb5SJason M. Bills { 113f866686bSJiaqing Zhao "Indicates that the action was supplied with a duplicated action parameter in the request body.", 114ba27e59eSEd Tanous "The action %1 was submitted with more than one value for the parameter %2.", 115271584abSEd Tanous "Warning", 116271584abSEd Tanous 2, 11770304cb5SJason M. Bills { 11870304cb5SJason M. Bills "string", 11970304cb5SJason M. Bills "string", 12070304cb5SJason M. Bills }, 121f866686bSJiaqing Zhao "Resubmit the action with only one instance of the action parameter in the request body if the operation failed.", 12270304cb5SJason M. Bills }}, 123ba27e59eSEd Tanous MessageEntry{ 124ba27e59eSEd Tanous "ActionParameterMissing", 12570304cb5SJason M. Bills { 126f866686bSJiaqing Zhao "Indicates that the action requested was missing an action parameter that is required to process the action.", 127ba27e59eSEd Tanous "The action %1 requires the parameter %2 to be present in the request body.", 128271584abSEd Tanous "Critical", 129271584abSEd Tanous 2, 13070304cb5SJason M. Bills { 13170304cb5SJason M. Bills "string", 13270304cb5SJason M. Bills "string", 13370304cb5SJason M. Bills }, 134ba27e59eSEd Tanous "Supply the action with the required parameter in the request body when the request is resubmitted.", 13570304cb5SJason M. Bills }}, 136ba27e59eSEd Tanous MessageEntry{ 137ba27e59eSEd Tanous "ActionParameterNotSupported", 13870304cb5SJason M. Bills { 139ba27e59eSEd Tanous "Indicates that the parameter supplied for the action is not supported on the resource.", 140ba27e59eSEd Tanous "The parameter %1 for the action %2 is not supported on the target resource.", 141271584abSEd Tanous "Warning", 142271584abSEd Tanous 2, 14370304cb5SJason M. Bills { 14470304cb5SJason M. Bills "string", 14570304cb5SJason M. Bills "string", 14670304cb5SJason M. Bills }, 147ba27e59eSEd Tanous "Remove the parameter supplied and resubmit the request if the operation failed.", 14870304cb5SJason M. Bills }}, 14970304cb5SJason M. Bills MessageEntry{ 15070304cb5SJason M. Bills "ActionParameterUnknown", 15170304cb5SJason M. Bills { 152f866686bSJiaqing Zhao "Indicates that an action was submitted but an action parameter supplied did not match any of the known parameters.", 15370304cb5SJason M. Bills "The action %1 was submitted with the invalid parameter %2.", 154271584abSEd Tanous "Warning", 155271584abSEd Tanous 2, 15670304cb5SJason M. Bills { 15770304cb5SJason M. Bills "string", 15870304cb5SJason M. Bills "string", 15970304cb5SJason M. Bills }, 160f866686bSJiaqing Zhao "Correct the invalid action parameter and resubmit the request if the operation failed.", 161f866686bSJiaqing Zhao }}, 162f866686bSJiaqing Zhao MessageEntry{ 163f866686bSJiaqing Zhao "ActionParameterValueConflict", 164f866686bSJiaqing Zhao { 165f866686bSJiaqing Zhao "Indicates that the requested parameter value could not be completed, because of a mismatch with other parameters or properties in the resource.", 166f866686bSJiaqing Zhao "The parameter '%1' with the requested value of '%2' does not meet the constraints of the implementation.", 167f866686bSJiaqing Zhao "Warning", 168f866686bSJiaqing Zhao 2, 169f866686bSJiaqing Zhao { 170f866686bSJiaqing Zhao "string", 171f866686bSJiaqing Zhao "string", 172f866686bSJiaqing Zhao }, 173f866686bSJiaqing Zhao "No resolution is required.", 17470304cb5SJason M. Bills }}, 175fc8a2b87SEd Tanous MessageEntry{ 17683f984b5SSunitha Harish "ActionParameterValueError", 17783f984b5SSunitha Harish { 17883f984b5SSunitha Harish "Indicates that a parameter was given an invalid value.", 17983f984b5SSunitha Harish "The value for the parameter %1 in the action %2 is invalid.", 18083f984b5SSunitha Harish "Warning", 18183f984b5SSunitha Harish 2, 18283f984b5SSunitha Harish { 18383f984b5SSunitha Harish "string", 18483f984b5SSunitha Harish "string", 18583f984b5SSunitha Harish }, 186ba27e59eSEd Tanous "Correct the value for the parameter in the request body and resubmit the request if the operation failed.", 18783f984b5SSunitha Harish }}, 18883f984b5SSunitha Harish MessageEntry{ 189fc8a2b87SEd Tanous "ActionParameterValueFormatError", 19070304cb5SJason M. Bills { 191ba27e59eSEd Tanous "Indicates that a parameter was given the correct value type but the value of that parameter was not supported. This includes the value size or length has been exceeded.", 192ba27e59eSEd Tanous "The value '%1' for the parameter %2 in the action %3 is of a different format than the parameter can accept.", 193271584abSEd Tanous "Warning", 194271584abSEd Tanous 3, 19570304cb5SJason M. Bills { 19670304cb5SJason M. Bills "string", 19770304cb5SJason M. Bills "string", 19870304cb5SJason M. Bills "string", 19970304cb5SJason M. Bills }, 200ba27e59eSEd Tanous "Correct the value for the parameter in the request body and resubmit the request if the operation failed.", 201fc8a2b87SEd Tanous }}, 202fc8a2b87SEd Tanous MessageEntry{ 203fc8a2b87SEd Tanous "ActionParameterValueNotInList", 204fc8a2b87SEd Tanous { 205ba27e59eSEd Tanous "Indicates that a parameter was given the correct value type but the value of that parameter was not supported. The value is not in an enumeration.", 206ba27e59eSEd Tanous "The value '%1' for the parameter %2 in the action %3 is not in the list of acceptable values.", 207fc8a2b87SEd Tanous "Warning", 208fc8a2b87SEd Tanous 3, 209fc8a2b87SEd Tanous { 210fc8a2b87SEd Tanous "string", 211fc8a2b87SEd Tanous "string", 212fc8a2b87SEd Tanous "string", 213fc8a2b87SEd Tanous }, 214ba27e59eSEd Tanous "Choose a value from the enumeration list that the implementation can support and resubmit the request if the operation failed.", 21570304cb5SJason M. Bills }}, 216ba27e59eSEd Tanous MessageEntry{ 217ba27e59eSEd Tanous "ActionParameterValueTypeError", 21870304cb5SJason M. Bills { 219ba27e59eSEd Tanous "Indicates that a parameter was given the wrong value type, such as when a number is supplied for a parameter that requires a string.", 220ba27e59eSEd Tanous "The value '%1' for the parameter %2 in the action %3 is of a different type than the parameter can accept.", 221271584abSEd Tanous "Warning", 222271584abSEd Tanous 3, 22370304cb5SJason M. Bills { 22470304cb5SJason M. Bills "string", 22570304cb5SJason M. Bills "string", 22670304cb5SJason M. Bills "string", 22770304cb5SJason M. Bills }, 228ba27e59eSEd Tanous "Correct the value for the parameter in the request body and resubmit the request if the operation failed.", 22970304cb5SJason M. Bills }}, 23070304cb5SJason M. Bills MessageEntry{ 231e7808c93SGunnar Mills "ChassisPowerStateOffRequired", 232e7808c93SGunnar Mills { 233ba27e59eSEd Tanous "Indicates that the request requires a specified chassis to be powered off.", 234ba27e59eSEd Tanous "The Chassis with Id '%1' requires to be powered off to perform this request.", 235e7808c93SGunnar Mills "Warning", 236e7808c93SGunnar Mills 1, 237e7808c93SGunnar Mills { 238e7808c93SGunnar Mills "string", 239e7808c93SGunnar Mills }, 240fc8a2b87SEd Tanous "Power off the specified chassis and resubmit the request.", 241e7808c93SGunnar Mills }}, 242ba27e59eSEd Tanous MessageEntry{ 243ba27e59eSEd Tanous "ChassisPowerStateOnRequired", 244e7808c93SGunnar Mills { 245ba27e59eSEd Tanous "Indicates that the request requires a specified chassis to be powered on.", 246ba27e59eSEd Tanous "The chassis with Id '%1' requires to be powered on to perform this request.", 247e7808c93SGunnar Mills "Warning", 248e7808c93SGunnar Mills 1, 249e7808c93SGunnar Mills { 250e7808c93SGunnar Mills "string", 251e7808c93SGunnar Mills }, 252fc8a2b87SEd Tanous "Power on the specified chassis and resubmit the request.", 253fc8a2b87SEd Tanous }}, 254ba27e59eSEd Tanous MessageEntry{ 255ba27e59eSEd Tanous "ConditionInRelatedResource", 256fc8a2b87SEd Tanous { 257ba27e59eSEd Tanous "Indicates that one or more fault or error conditions exist in a related resource.", 258ba27e59eSEd Tanous "One or more conditions exist in a related resource. See the OriginOfCondition property.", 259fc8a2b87SEd Tanous "Warning", 260fc8a2b87SEd Tanous 0, 261fc8a2b87SEd Tanous {}, 262ba27e59eSEd Tanous "Check the Conditions array in the resource shown in the OriginOfCondition property to determine the conditions that need attention.", 263e7808c93SGunnar Mills }}, 264e7808c93SGunnar Mills MessageEntry{ 26570304cb5SJason M. Bills "CouldNotEstablishConnection", 26670304cb5SJason M. Bills { 267ba27e59eSEd Tanous "Indicates that the attempt to access the resource, file, or image at the URI was unsuccessful because a session could not be established.", 268fc8a2b87SEd Tanous "The service failed to establish a connection with the URI '%1'.", 269271584abSEd Tanous "Critical", 270271584abSEd Tanous 1, 27170304cb5SJason M. Bills { 27270304cb5SJason M. Bills "string", 27370304cb5SJason M. Bills }, 274ba27e59eSEd Tanous "Ensure that the URI contains a valid and reachable node name, protocol information and other URI components.", 27570304cb5SJason M. Bills }}, 27670304cb5SJason M. Bills MessageEntry{ 27770304cb5SJason M. Bills "CreateFailedMissingReqProperties", 27870304cb5SJason M. Bills { 279ba27e59eSEd Tanous "Indicates that a create was attempted on a resource but that properties that are required for the create operation were missing from the request.", 280ba27e59eSEd Tanous "The create operation failed because the required property %1 was missing from the request.", 281271584abSEd Tanous "Critical", 282271584abSEd Tanous 1, 28370304cb5SJason M. Bills { 28470304cb5SJason M. Bills "string", 28570304cb5SJason M. Bills }, 286ba27e59eSEd Tanous "Correct the body to include the required property with a valid value and resubmit the request if the operation failed.", 28770304cb5SJason M. Bills }}, 288ba27e59eSEd Tanous MessageEntry{ 289ba27e59eSEd Tanous "CreateLimitReachedForResource", 29070304cb5SJason M. Bills { 291ba27e59eSEd Tanous "Indicates that no more resources can be created on the resource as it has reached its create limit.", 292ba27e59eSEd Tanous "The create operation failed because the resource has reached the limit of possible resources.", 293271584abSEd Tanous "Critical", 294271584abSEd Tanous 0, 295271584abSEd Tanous {}, 296ba27e59eSEd Tanous "Either delete resources and resubmit the request if the operation failed or do not resubmit the request.", 29770304cb5SJason M. Bills }}, 298ba27e59eSEd Tanous MessageEntry{ 299ba27e59eSEd Tanous "Created", 30070304cb5SJason M. Bills { 301ba27e59eSEd Tanous "Indicates that all conditions of a successful create operation have been met.", 302fc8a2b87SEd Tanous "The resource has been created successfully.", 303271584abSEd Tanous "OK", 304271584abSEd Tanous 0, 305271584abSEd Tanous {}, 306fc8a2b87SEd Tanous "None.", 30770304cb5SJason M. Bills }}, 30870304cb5SJason M. Bills MessageEntry{ 30970304cb5SJason M. Bills "EmptyJSON", 31070304cb5SJason M. Bills { 311ba27e59eSEd Tanous "Indicates that the request body contained an empty JSON object when one or more properties are expected in the body.", 312ba27e59eSEd Tanous "The request body submitted contained an empty JSON object and the service is unable to process it.", 313271584abSEd Tanous "Warning", 314271584abSEd Tanous 0, 315271584abSEd Tanous {}, 31670304cb5SJason M. Bills "Add properties in the JSON object and resubmit the request.", 31770304cb5SJason M. Bills }}, 31870304cb5SJason M. Bills MessageEntry{ 319f866686bSJiaqing Zhao "EventBufferExceeded", 320f866686bSJiaqing Zhao { 321f866686bSJiaqing Zhao "Indicates undelivered events may have been lost due to a lack of buffer space in the service.", 322f866686bSJiaqing Zhao "Undelivered events may have been lost due to exceeding the event buffer.", 323f866686bSJiaqing Zhao "Warning", 324f866686bSJiaqing Zhao 0, 325f866686bSJiaqing Zhao {}, 326f866686bSJiaqing Zhao "None.", 327f866686bSJiaqing Zhao }}, 328f866686bSJiaqing Zhao MessageEntry{ 32970304cb5SJason M. Bills "EventSubscriptionLimitExceeded", 33070304cb5SJason M. Bills { 331ba27e59eSEd Tanous "Indicates that a event subscription establishment has been requested but the operation failed due to the number of simultaneous connection exceeding the limit of the implementation.", 332ba27e59eSEd Tanous "The event subscription failed due to the number of simultaneous subscriptions exceeding the limit of the implementation.", 333271584abSEd Tanous "Critical", 334271584abSEd Tanous 0, 335271584abSEd Tanous {}, 336ba27e59eSEd Tanous "Reduce the number of other subscriptions before trying to establish the event subscription or increase the limit of simultaneous subscriptions, if supported.", 33770304cb5SJason M. Bills }}, 33870304cb5SJason M. Bills MessageEntry{ 33970304cb5SJason M. Bills "GeneralError", 34070304cb5SJason M. Bills { 341ba27e59eSEd Tanous "Indicates that a general error has occurred. Use in `@Message.ExtendedInfo` is discouraged. When used in `@Message.ExtendedInfo`, implementations are expected to include a `Resolution` property with this message and provide a service-defined resolution to indicate how to resolve the error.", 342ba27e59eSEd Tanous "A general error has occurred. See Resolution for information on how to resolve the error, or @Message.ExtendedInfo if Resolution is not provided.", 343271584abSEd Tanous "Critical", 344271584abSEd Tanous 0, 345271584abSEd Tanous {}, 346271584abSEd Tanous "None.", 34770304cb5SJason M. Bills }}, 34870304cb5SJason M. Bills MessageEntry{ 349f866686bSJiaqing Zhao "HeaderInvalid", 350f866686bSJiaqing Zhao { 351f866686bSJiaqing Zhao "Indicates that a request header is invalid.", 352f866686bSJiaqing Zhao "Header '%1' is invalid.", 353f866686bSJiaqing Zhao "Critical", 354f866686bSJiaqing Zhao 1, 355f866686bSJiaqing Zhao { 356f866686bSJiaqing Zhao "string", 357f866686bSJiaqing Zhao }, 358f866686bSJiaqing Zhao "Resubmit the request with a valid request header.", 359f866686bSJiaqing Zhao }}, 360f866686bSJiaqing Zhao MessageEntry{ 361f866686bSJiaqing Zhao "HeaderMissing", 362f866686bSJiaqing Zhao { 363f866686bSJiaqing Zhao "Indicates that a required request header is missing.", 364f866686bSJiaqing Zhao "Required header '%1' is missing in the request.", 365f866686bSJiaqing Zhao "Critical", 366f866686bSJiaqing Zhao 1, 367f866686bSJiaqing Zhao { 368f866686bSJiaqing Zhao "string", 369f866686bSJiaqing Zhao }, 370f866686bSJiaqing Zhao "Resubmit the request with the required request header.", 371f866686bSJiaqing Zhao }}, 372f866686bSJiaqing Zhao MessageEntry{ 37370304cb5SJason M. Bills "InsufficientPrivilege", 37470304cb5SJason M. Bills { 375ba27e59eSEd Tanous "Indicates that the credentials associated with the established session do not have sufficient privileges for the requested operation.", 376ba27e59eSEd Tanous "There are insufficient privileges for the account or credentials associated with the current session to perform the requested operation.", 377271584abSEd Tanous "Critical", 378271584abSEd Tanous 0, 379271584abSEd Tanous {}, 380ba27e59eSEd Tanous "Either abandon the operation or change the associated access rights and resubmit the request if the operation failed.", 38170304cb5SJason M. Bills }}, 38270304cb5SJason M. Bills MessageEntry{ 383f866686bSJiaqing Zhao "InsufficientStorage", 384f866686bSJiaqing Zhao { 385f866686bSJiaqing Zhao "Indicates that the operation could not be completed due to a lack of storage or memory avaiable to the service.", 386f866686bSJiaqing Zhao "Insufficent storage or memory available to complete the request.", 387f866686bSJiaqing Zhao "Critical", 388f866686bSJiaqing Zhao 0, 389f866686bSJiaqing Zhao {}, 390f866686bSJiaqing Zhao "Increase the free storage space available to the service and resubmit the request.", 391f866686bSJiaqing Zhao }}, 392f866686bSJiaqing Zhao MessageEntry{ 39370304cb5SJason M. Bills "InternalError", 39470304cb5SJason M. Bills { 395ba27e59eSEd Tanous "Indicates that the request failed for an unknown internal error but that the service is still operational.", 396ba27e59eSEd Tanous "The request failed due to an internal service error. The service is still operational.", 397271584abSEd Tanous "Critical", 398271584abSEd Tanous 0, 399271584abSEd Tanous {}, 400ba27e59eSEd Tanous "Resubmit the request. If the problem persists, consider resetting the service.", 40170304cb5SJason M. Bills }}, 402ba27e59eSEd Tanous MessageEntry{ 403ba27e59eSEd Tanous "InvalidIndex", 40470304cb5SJason M. Bills { 405fc8a2b87SEd Tanous "The index is not valid.", 406fc8a2b87SEd Tanous "The index %1 is not a valid offset into the array.", 407271584abSEd Tanous "Warning", 408271584abSEd Tanous 1, 40970304cb5SJason M. Bills { 41070304cb5SJason M. Bills "number", 41170304cb5SJason M. Bills }, 412ba27e59eSEd Tanous "Verify the index value provided is within the bounds of the array.", 41370304cb5SJason M. Bills }}, 41470304cb5SJason M. Bills MessageEntry{ 415fc8a2b87SEd Tanous "InvalidJSON", 416fc8a2b87SEd Tanous { 417fc8a2b87SEd Tanous "Indicates that the request body contains invalid JSON.", 418f866686bSJiaqing Zhao "The request body submitted is invalid JSON starting at line %1 and could not be parsed by the receiving service.", 419fc8a2b87SEd Tanous "Critical", 420fc8a2b87SEd Tanous 1, 421fc8a2b87SEd Tanous { 422fc8a2b87SEd Tanous "number", 423fc8a2b87SEd Tanous }, 424ba27e59eSEd Tanous "Ensure that the request body is valid JSON and resubmit the request.", 425fc8a2b87SEd Tanous }}, 426fc8a2b87SEd Tanous MessageEntry{ 42770304cb5SJason M. Bills "InvalidObject", 42870304cb5SJason M. Bills { 429ba27e59eSEd Tanous "Indicates that the object in question is invalid according to the implementation. Examples include a firmware update malformed URI.", 430fc8a2b87SEd Tanous "The object at '%1' is invalid.", 431271584abSEd Tanous "Critical", 432271584abSEd Tanous 1, 43370304cb5SJason M. Bills { 43470304cb5SJason M. Bills "string", 43570304cb5SJason M. Bills }, 436ba27e59eSEd Tanous "Either the object is malformed or the URI is not correct. Correct the condition and resubmit the request if it failed.", 43770304cb5SJason M. Bills }}, 438ba27e59eSEd Tanous MessageEntry{ 439ba27e59eSEd Tanous "InvalidURI", 440fc8a2b87SEd Tanous { 441ba27e59eSEd Tanous "Indicates that the operation encountered a URI that does not correspond to a valid resource.", 442fc8a2b87SEd Tanous "The URI %1 was not found.", 443fc8a2b87SEd Tanous "Critical", 444fc8a2b87SEd Tanous 1, 445fc8a2b87SEd Tanous { 446fc8a2b87SEd Tanous "string", 447fc8a2b87SEd Tanous }, 448fc8a2b87SEd Tanous "Provide a valid URI and resubmit the request.", 449fc8a2b87SEd Tanous }}, 450ba27e59eSEd Tanous MessageEntry{ 451ba27e59eSEd Tanous "MalformedJSON", 45270304cb5SJason M. Bills { 453fc8a2b87SEd Tanous "Indicates that the request body was malformed JSON.", 454ba27e59eSEd Tanous "The request body submitted was malformed JSON and could not be parsed by the receiving service.", 455271584abSEd Tanous "Critical", 456271584abSEd Tanous 0, 457271584abSEd Tanous {}, 458ba27e59eSEd Tanous "Ensure that the request body is valid JSON and resubmit the request.", 45970304cb5SJason M. Bills }}, 46070304cb5SJason M. Bills MessageEntry{ 461e7808c93SGunnar Mills "MaximumErrorsExceeded", 462e7808c93SGunnar Mills { 463ba27e59eSEd Tanous "Indicates that sufficient errors have occurred that the reporting service cannot return them all.", 464e7808c93SGunnar Mills "Too many errors have occurred to report them all.", 465e7808c93SGunnar Mills "Critical", 466e7808c93SGunnar Mills 0, 467e7808c93SGunnar Mills {}, 468e7808c93SGunnar Mills "Resolve other reported errors and retry the current operation.", 469e7808c93SGunnar Mills }}, 470e7808c93SGunnar Mills MessageEntry{ 471f866686bSJiaqing Zhao "MissingOrMalformedPart", 472f866686bSJiaqing Zhao { 473f866686bSJiaqing Zhao "Indicates that a multipart request is missing a required part or contains malformed parts.", 474f866686bSJiaqing Zhao "The multipart request contains malformed parts or is missing required parts.", 475f866686bSJiaqing Zhao "Critical", 476f866686bSJiaqing Zhao 0, 477f866686bSJiaqing Zhao {}, 478f866686bSJiaqing Zhao "Add any missing required parts or correct the malformed parts and resubmit the request.", 479f866686bSJiaqing Zhao }}, 480f866686bSJiaqing Zhao MessageEntry{ 48183f984b5SSunitha Harish "NetworkNameResolutionNotConfigured", 48283f984b5SSunitha Harish { 483ba27e59eSEd Tanous "Indicates that network-based name resolution has not been configured on the service.", 48483f984b5SSunitha Harish "Network name resolution has not been configured on this service.", 48583f984b5SSunitha Harish "Warning", 48683f984b5SSunitha Harish 0, 48783f984b5SSunitha Harish {}, 488ba27e59eSEd Tanous "Configure the network name resolution protocol support on this service, or update any URI values to include an IP address instead of a network name and resubmit the request.", 48983f984b5SSunitha Harish }}, 490ba27e59eSEd Tanous MessageEntry{ 491ba27e59eSEd Tanous "NetworkNameResolutionNotSupported", 49283f984b5SSunitha Harish { 493ba27e59eSEd Tanous "Indicates the service does not support network-based name resolution.", 494ba27e59eSEd Tanous "Resolution of network-based names is not supported by this service.", 49583f984b5SSunitha Harish "Warning", 49683f984b5SSunitha Harish 0, 49783f984b5SSunitha Harish {}, 498ba27e59eSEd Tanous "Update any URI values to include an IP address instead of a network name and resubmit the request.", 49983f984b5SSunitha Harish }}, 50083f984b5SSunitha Harish MessageEntry{ 50170304cb5SJason M. Bills "NoOperation", 50270304cb5SJason M. Bills { 503ba27e59eSEd Tanous "Indicates that the requested operation will not perform any changes on the service.", 504ba27e59eSEd Tanous "The request body submitted contain no data to act upon and no changes to the resource took place.", 505271584abSEd Tanous "Warning", 506271584abSEd Tanous 0, 507271584abSEd Tanous {}, 50870304cb5SJason M. Bills "Add properties in the JSON object and resubmit the request.", 50970304cb5SJason M. Bills }}, 51070304cb5SJason M. Bills MessageEntry{ 51170304cb5SJason M. Bills "NoValidSession", 51270304cb5SJason M. Bills { 513ba27e59eSEd Tanous "Indicates that the operation failed because a valid session is required in order to access any resources.", 514271584abSEd Tanous "There is no valid session established with the implementation.", 515271584abSEd Tanous "Critical", 516271584abSEd Tanous 0, 517271584abSEd Tanous {}, 518e7808c93SGunnar Mills "Establish a session before attempting any operations.", 519e7808c93SGunnar Mills }}, 520e7808c93SGunnar Mills MessageEntry{ 521e7808c93SGunnar Mills "OperationFailed", 522e7808c93SGunnar Mills { 523ba27e59eSEd Tanous "Indicates that one of the internal operations necessary to complete the request failed. Examples of this are when an internal service provider is unable to complete the request, such as in aggregation or RDE.", 524ba27e59eSEd Tanous "An error occurred internal to the service as part of the overall request. Partial results may have been returned.", 525e7808c93SGunnar Mills "Warning", 526e7808c93SGunnar Mills 0, 527e7808c93SGunnar Mills {}, 528ba27e59eSEd Tanous "Resubmit the request. If the problem persists, consider resetting the service or provider.", 529e7808c93SGunnar Mills }}, 530e7808c93SGunnar Mills MessageEntry{ 531f866686bSJiaqing Zhao "OperationNotAllowed", 532f866686bSJiaqing Zhao { 533f866686bSJiaqing Zhao "Indicates that the HTTP method in the request is not allowed on this resource.", 534f866686bSJiaqing Zhao "The HTTP method is not allowed on this resource.", 535f866686bSJiaqing Zhao "Critical", 536f866686bSJiaqing Zhao 0, 537f866686bSJiaqing Zhao {}, 538f866686bSJiaqing Zhao "None.", 539f866686bSJiaqing Zhao }}, 540f866686bSJiaqing Zhao MessageEntry{ 541ba27e59eSEd Tanous "OperationTimeout", 542e7808c93SGunnar Mills { 543ba27e59eSEd Tanous "Indicates that one of the internal operations necessary to complete the request timed out. Examples of this are when an internal service provider is unable to complete the request, such as in aggregation or RDE.", 544ba27e59eSEd Tanous "A timeout internal to the service occured as part of the request. Partial results may have been returned.", 545ba27e59eSEd Tanous "Warning", 546ba27e59eSEd Tanous 0, 547ba27e59eSEd Tanous {}, 548ba27e59eSEd Tanous "Resubmit the request. If the problem persists, consider resetting the service or provider.", 549ba27e59eSEd Tanous }}, 5504d99bbb0SEd Tanous MessageEntry{ 5514d99bbb0SEd Tanous "PasswordChangeRequired", 552ba27e59eSEd Tanous { 553ba27e59eSEd Tanous "Indicates that the password for the account provided must be changed before accessing the service. The password can be changed with a PATCH to the `Password` property in the manager account resource instance. Implementations that provide a default password for an account may require a password change prior to first access to the service.", 554ba27e59eSEd Tanous "The password provided for this account must be changed before access is granted. PATCH the Password property for this account located at the target URI '%1' to complete this process.", 555e7808c93SGunnar Mills "Critical", 556e7808c93SGunnar Mills 1, 557e7808c93SGunnar Mills { 558e7808c93SGunnar Mills "string", 559e7808c93SGunnar Mills }, 560ba27e59eSEd Tanous "Change the password for this account using a PATCH to the Password property at the URI provided.", 561e7808c93SGunnar Mills }}, 562ba27e59eSEd Tanous MessageEntry{ 563f866686bSJiaqing Zhao "PayloadTooLarge", 564f866686bSJiaqing Zhao { 565f866686bSJiaqing Zhao "Indicates that the supplied payload is too large to be accepted by the service.", 566f866686bSJiaqing Zhao "The supplied payload exceeds the maximum size supported by the service.", 567f866686bSJiaqing Zhao "Critical", 568f866686bSJiaqing Zhao 0, 569f866686bSJiaqing Zhao {}, 570f866686bSJiaqing Zhao "Check that the supplied payload is correct and supported by this service.", 571f866686bSJiaqing Zhao }}, 572f866686bSJiaqing Zhao MessageEntry{ 573ba27e59eSEd Tanous "PreconditionFailed", 574e7808c93SGunnar Mills { 575ba27e59eSEd Tanous "Indicates that the ETag supplied did not match the current ETag of the resource.", 576ba27e59eSEd Tanous "The ETag supplied did not match the ETag required to change this resource.", 577e7808c93SGunnar Mills "Critical", 578e7808c93SGunnar Mills 0, 579e7808c93SGunnar Mills {}, 580e7808c93SGunnar Mills "Try the operation again using the appropriate ETag.", 581e7808c93SGunnar Mills }}, 582ba27e59eSEd Tanous MessageEntry{ 583ba27e59eSEd Tanous "PreconditionRequired", 584e7808c93SGunnar Mills { 585ba27e59eSEd Tanous "Indicates that the request did not provide the required precondition such as an `If-Match` or `If-None-Match` header, or `@odata.etag` annotations.", 586ba27e59eSEd Tanous "A precondition header or annotation is required to change this resource.", 587e7808c93SGunnar Mills "Critical", 588e7808c93SGunnar Mills 0, 589e7808c93SGunnar Mills {}, 590ba27e59eSEd Tanous "Try the operation again using an If-Match or If-None-Match header and appropriate ETag.", 59170304cb5SJason M. Bills }}, 592fc8a2b87SEd Tanous MessageEntry{ 593fc8a2b87SEd Tanous "PropertyDeprecated", 594fc8a2b87SEd Tanous { 595fc8a2b87SEd Tanous "Indicates the property is deprecated.", 596fc8a2b87SEd Tanous "The deprecated property %1 was included in the request body.", 597fc8a2b87SEd Tanous "Warning", 598fc8a2b87SEd Tanous 1, 599fc8a2b87SEd Tanous { 600fc8a2b87SEd Tanous "string", 601fc8a2b87SEd Tanous }, 602fc8a2b87SEd Tanous "Refer to the schema guide for more information.", 603fc8a2b87SEd Tanous }}, 604ba27e59eSEd Tanous MessageEntry{ 605ba27e59eSEd Tanous "PropertyDuplicate", 60670304cb5SJason M. Bills { 607ba27e59eSEd Tanous "Indicates that a duplicate property was included in the request body.", 608271584abSEd Tanous "The property %1 was duplicated in the request.", 609271584abSEd Tanous "Warning", 610271584abSEd Tanous 1, 61170304cb5SJason M. Bills { 61270304cb5SJason M. Bills "string", 61370304cb5SJason M. Bills }, 614ba27e59eSEd Tanous "Remove the duplicate property from the request body and resubmit the request if the operation failed.", 61570304cb5SJason M. Bills }}, 61670304cb5SJason M. Bills MessageEntry{ 61770304cb5SJason M. Bills "PropertyMissing", 61870304cb5SJason M. Bills { 619ba27e59eSEd Tanous "Indicates that a required property was not supplied as part of the request.", 620ba27e59eSEd Tanous "The property %1 is a required property and must be included in the request.", 621271584abSEd Tanous "Warning", 622271584abSEd Tanous 1, 62370304cb5SJason M. Bills { 62470304cb5SJason M. Bills "string", 62570304cb5SJason M. Bills }, 626ba27e59eSEd Tanous "Ensure that the property is in the request body and has a valid value and resubmit the request if the operation failed.", 62770304cb5SJason M. Bills }}, 628ba27e59eSEd Tanous MessageEntry{ 629f866686bSJiaqing Zhao "PropertyNotUpdated", 630f866686bSJiaqing Zhao { 631f866686bSJiaqing Zhao "Indicates that a property was not updated due to an internal service error, but the service is still functional.", 632f866686bSJiaqing Zhao "The property %1 was not updated due to an internal service error. The service is still operational.", 633f866686bSJiaqing Zhao "Critical", 634f866686bSJiaqing Zhao 1, 635f866686bSJiaqing Zhao { 636f866686bSJiaqing Zhao "string", 637f866686bSJiaqing Zhao }, 638f866686bSJiaqing Zhao "Resubmit the request. If the problem persists, check for additional messages and consider resetting the service.", 639f866686bSJiaqing Zhao }}, 640f866686bSJiaqing Zhao MessageEntry{ 641ba27e59eSEd Tanous "PropertyNotWritable", 64270304cb5SJason M. Bills { 643ba27e59eSEd Tanous "Indicates that a property was given a value in the request body, but the property is a readonly property.", 644ba27e59eSEd Tanous "The property %1 is a read only property and cannot be assigned a value.", 645271584abSEd Tanous "Warning", 646271584abSEd Tanous 1, 64770304cb5SJason M. Bills { 64870304cb5SJason M. Bills "string", 64970304cb5SJason M. Bills }, 650ba27e59eSEd Tanous "Remove the property from the request body and resubmit the request if the operation failed.", 65170304cb5SJason M. Bills }}, 652ba27e59eSEd Tanous MessageEntry{ 653ba27e59eSEd Tanous "PropertyUnknown", 65470304cb5SJason M. Bills { 655ba27e59eSEd Tanous "Indicates that an unknown property was included in the request body.", 656ba27e59eSEd Tanous "The property %1 is not in the list of valid properties for the resource.", 657271584abSEd Tanous "Warning", 658271584abSEd Tanous 1, 65970304cb5SJason M. Bills { 66070304cb5SJason M. Bills "string", 66170304cb5SJason M. Bills }, 662ba27e59eSEd Tanous "Remove the unknown property from the request body and resubmit the request if the operation failed.", 66370304cb5SJason M. Bills }}, 664e7808c93SGunnar Mills MessageEntry{ 665e7808c93SGunnar Mills "PropertyValueConflict", 666e7808c93SGunnar Mills { 667ba27e59eSEd Tanous "Indicates that the requested write of a property value could not be completed, because of a conflict with another property value.", 668ba27e59eSEd Tanous "The property '%1' could not be written because its value would conflict with the value of the '%2' property.", 669e7808c93SGunnar Mills "Warning", 670e7808c93SGunnar Mills 2, 671e7808c93SGunnar Mills { 672e7808c93SGunnar Mills "string", 673e7808c93SGunnar Mills "string", 674e7808c93SGunnar Mills }, 675e7808c93SGunnar Mills "No resolution is required.", 676e7808c93SGunnar Mills }}, 677ba27e59eSEd Tanous MessageEntry{ 678ba27e59eSEd Tanous "PropertyValueDeprecated", 679fc8a2b87SEd Tanous { 680fc8a2b87SEd Tanous "Indicates that a property was given a deprecated value.", 681fc8a2b87SEd Tanous "The value '%1' for the property %2 is deprecated.", 682fc8a2b87SEd Tanous "Warning", 683f866686bSJiaqing Zhao 2, 684fc8a2b87SEd Tanous { 685fc8a2b87SEd Tanous "string", 686fc8a2b87SEd Tanous "string", 687fc8a2b87SEd Tanous }, 688fc8a2b87SEd Tanous "Refer to the schema guide for more information.", 689fc8a2b87SEd Tanous }}, 690ba27e59eSEd Tanous MessageEntry{ 691ba27e59eSEd Tanous "PropertyValueError", 69283f984b5SSunitha Harish { 69383f984b5SSunitha Harish "Indicates that a property was given an invalid value.", 69483f984b5SSunitha Harish "The value provided for the property %1 is not valid.", 69583f984b5SSunitha Harish "Warning", 69683f984b5SSunitha Harish 1, 69783f984b5SSunitha Harish { 69883f984b5SSunitha Harish "string", 69983f984b5SSunitha Harish }, 700ba27e59eSEd Tanous "Correct the value for the property in the request body and resubmit the request if the operation failed.", 70183f984b5SSunitha Harish }}, 702fc8a2b87SEd Tanous MessageEntry{ 703fc8a2b87SEd Tanous "PropertyValueExternalConflict", 704fc8a2b87SEd Tanous { 705ba27e59eSEd Tanous "Indicates that the requested write of a property value could not be completed, due to the current state or configuration of the resource. This can include configuration conflicts with other resources or parameters that are not exposed by this interface.", 706ba27e59eSEd Tanous "The property '%1' with the requested value of '%2' could not be written because the value is not available due to a configuration conflict.", 707fc8a2b87SEd Tanous "Warning", 708fc8a2b87SEd Tanous 2, 709fc8a2b87SEd Tanous { 710fc8a2b87SEd Tanous "string", 711fc8a2b87SEd Tanous "string", 712fc8a2b87SEd Tanous }, 713fc8a2b87SEd Tanous "No resolution is required.", 714fc8a2b87SEd Tanous }}, 715ba27e59eSEd Tanous MessageEntry{ 716ba27e59eSEd Tanous "PropertyValueFormatError", 717271584abSEd Tanous { 718ba27e59eSEd Tanous "Indicates that a property was given the correct value type but the value of that property was not supported.", 719ba27e59eSEd Tanous "The value '%1' for the property %2 is of a different format than the property can accept.", 720271584abSEd Tanous "Warning", 721271584abSEd Tanous 2, 722271584abSEd Tanous { 723271584abSEd Tanous "string", 724271584abSEd Tanous "string", 725271584abSEd Tanous }, 726ba27e59eSEd Tanous "Correct the value for the property in the request body and resubmit the request if the operation failed.", 727271584abSEd Tanous }}, 728ba27e59eSEd Tanous MessageEntry{ 729ba27e59eSEd Tanous "PropertyValueIncorrect", 730e7808c93SGunnar Mills { 731ba27e59eSEd Tanous "Indicates that the requested write of a property value could not be completed, because of an incorrect value of the property. Examples include values that do not match a regular expression requirement or passwords that do not match the implementation constraints.", 732ba27e59eSEd Tanous "The property '%1' with the requested value of '%2' could not be written because the value does not meet the constraints of the implementation.", 733e7808c93SGunnar Mills "Warning", 734e7808c93SGunnar Mills 2, 735e7808c93SGunnar Mills { 736e7808c93SGunnar Mills "string", 737e7808c93SGunnar Mills "string", 738e7808c93SGunnar Mills }, 739e7808c93SGunnar Mills "No resolution is required.", 740e7808c93SGunnar Mills }}, 741ba27e59eSEd Tanous MessageEntry{ 742ba27e59eSEd Tanous "PropertyValueModified", 74370304cb5SJason M. Bills { 744ba27e59eSEd Tanous "Indicates that a property was given the correct value type but the value of that property was modified. Examples are truncated or rounded values.", 745ba27e59eSEd Tanous "The property %1 was assigned the value '%2' due to modification by the service.", 746271584abSEd Tanous "Warning", 747271584abSEd Tanous 2, 74870304cb5SJason M. Bills { 74970304cb5SJason M. Bills "string", 75070304cb5SJason M. Bills "string", 75170304cb5SJason M. Bills }, 752271584abSEd Tanous "No resolution is required.", 75370304cb5SJason M. Bills }}, 75470304cb5SJason M. Bills MessageEntry{ 75570304cb5SJason M. Bills "PropertyValueNotInList", 75670304cb5SJason M. Bills { 757ba27e59eSEd Tanous "Indicates that a property was given the correct value type but the value of that property was not supported. The value is not in an enumeration.", 758ba27e59eSEd Tanous "The value '%1' for the property %2 is not in the list of acceptable values.", 759271584abSEd Tanous "Warning", 760271584abSEd Tanous 2, 76170304cb5SJason M. Bills { 76270304cb5SJason M. Bills "string", 76370304cb5SJason M. Bills "string", 76470304cb5SJason M. Bills }, 765ba27e59eSEd Tanous "Choose a value from the enumeration list that the implementation can support and resubmit the request if the operation failed.", 76670304cb5SJason M. Bills }}, 767ba27e59eSEd Tanous MessageEntry{ 768f866686bSJiaqing Zhao "PropertyValueOutOfRange", 769f866686bSJiaqing Zhao { 770f866686bSJiaqing Zhao "Indicates that a property was given the correct value type but the value of that property is outside the supported range.", 771f866686bSJiaqing Zhao "The value '%1' for the property %2 is not in the supported range of acceptable values.", 772f866686bSJiaqing Zhao "Warning", 773f866686bSJiaqing Zhao 2, 774f866686bSJiaqing Zhao { 775f866686bSJiaqing Zhao "string", 776f866686bSJiaqing Zhao "string", 777f866686bSJiaqing Zhao }, 778f866686bSJiaqing Zhao "Correct the value for the property in the request body and resubmit the request if the operation failed.", 779f866686bSJiaqing Zhao }}, 780f866686bSJiaqing Zhao MessageEntry{ 781ba27e59eSEd Tanous "PropertyValueResourceConflict", 782fc8a2b87SEd Tanous { 783ba27e59eSEd Tanous "Indicates that the requested write of a property value could not be completed, due to the current state or configuration of another resource.", 784ba27e59eSEd Tanous "The property '%1' with the requested value of '%2' could not be written because the value conflicts with the state or configuration of the resource at '%3'.", 785fc8a2b87SEd Tanous "Warning", 786fc8a2b87SEd Tanous 3, 787fc8a2b87SEd Tanous { 788fc8a2b87SEd Tanous "string", 789fc8a2b87SEd Tanous "string", 790fc8a2b87SEd Tanous "string", 791fc8a2b87SEd Tanous }, 792fc8a2b87SEd Tanous "No resolution is required.", 793fc8a2b87SEd Tanous }}, 79470304cb5SJason M. Bills MessageEntry{ 79570304cb5SJason M. Bills "PropertyValueTypeError", 79670304cb5SJason M. Bills { 797ba27e59eSEd Tanous "Indicates that a property was given the wrong value type, such as when a number is supplied for a property that requires a string.", 798ba27e59eSEd Tanous "The value '%1' for the property %2 is of a different type than the property can accept.", 799271584abSEd Tanous "Warning", 800271584abSEd Tanous 2, 80170304cb5SJason M. Bills { 80270304cb5SJason M. Bills "string", 80370304cb5SJason M. Bills "string", 80470304cb5SJason M. Bills }, 805ba27e59eSEd Tanous "Correct the value for the property in the request body and resubmit the request if the operation failed.", 80670304cb5SJason M. Bills }}, 80770304cb5SJason M. Bills MessageEntry{ 808e7808c93SGunnar Mills "QueryCombinationInvalid", 809e7808c93SGunnar Mills { 810ba27e59eSEd Tanous "Indicates the request contains multiple query parameters, and that two or more of them cannot be used together.", 811ba27e59eSEd Tanous "Two or more query parameters in the request cannot be used together.", 812e7808c93SGunnar Mills "Warning", 813e7808c93SGunnar Mills 0, 814e7808c93SGunnar Mills {}, 815ba27e59eSEd Tanous "Remove one or more of the query parameters and resubmit the request if the operation failed.", 816e7808c93SGunnar Mills }}, 817e7808c93SGunnar Mills MessageEntry{ 81870304cb5SJason M. Bills "QueryNotSupported", 81970304cb5SJason M. Bills { 82070304cb5SJason M. Bills "Indicates that query is not supported on the implementation.", 821271584abSEd Tanous "Querying is not supported by the implementation.", 822271584abSEd Tanous "Warning", 823e7808c93SGunnar Mills 0, 824e7808c93SGunnar Mills {}, 825ba27e59eSEd Tanous "Remove the query parameters and resubmit the request if the operation failed.", 826e7808c93SGunnar Mills }}, 827ba27e59eSEd Tanous MessageEntry{ 828ba27e59eSEd Tanous "QueryNotSupportedOnOperation", 829e7808c93SGunnar Mills { 830ba27e59eSEd Tanous "Indicates that query is not supported with the given operation, such as when the `$expand` query is attempted with a PATCH operation.", 831e7808c93SGunnar Mills "Querying is not supported with the requested operation.", 832e7808c93SGunnar Mills "Warning", 833271584abSEd Tanous 0, 834271584abSEd Tanous {}, 835ba27e59eSEd Tanous "Remove the query parameters and resubmit the request if the operation failed.", 83670304cb5SJason M. Bills }}, 837ba27e59eSEd Tanous MessageEntry{ 838ba27e59eSEd Tanous "QueryNotSupportedOnResource", 83970304cb5SJason M. Bills { 840ba27e59eSEd Tanous "Indicates that query is not supported on the given resource, such as when the `$skip` query is attempted on a resource that is not a collection.", 841271584abSEd Tanous "Querying is not supported on the requested resource.", 842271584abSEd Tanous "Warning", 843271584abSEd Tanous 0, 844271584abSEd Tanous {}, 845ba27e59eSEd Tanous "Remove the query parameters and resubmit the request if the operation failed.", 84670304cb5SJason M. Bills }}, 8474d99bbb0SEd Tanous MessageEntry{ 8484d99bbb0SEd Tanous "QueryParameterOutOfRange", 84970304cb5SJason M. Bills { 850ba27e59eSEd Tanous "Indicates that a query parameter was provided that is out of range for the given resource. This can happen with values that are too low or beyond that possible for the supplied resource, such as when a page is requested that is beyond the last page.", 851fc8a2b87SEd Tanous "The value '%1' for the query parameter %2 is out of range %3.", 852271584abSEd Tanous "Warning", 853271584abSEd Tanous 3, 85470304cb5SJason M. Bills { 85570304cb5SJason M. Bills "string", 85670304cb5SJason M. Bills "string", 85770304cb5SJason M. Bills "string", 85870304cb5SJason M. Bills }, 859ba27e59eSEd Tanous "Reduce the value for the query parameter to a value that is within range, such as a start or count value that is within bounds of the number of resources in a collection or a page that is within the range of valid pages.", 86070304cb5SJason M. Bills }}, 861fc8a2b87SEd Tanous MessageEntry{ 86283f984b5SSunitha Harish "QueryParameterValueError", 86383f984b5SSunitha Harish { 86483f984b5SSunitha Harish "Indicates that a query parameter was given an invalid value.", 86583f984b5SSunitha Harish "The value for the parameter %1 is invalid.", 86683f984b5SSunitha Harish "Warning", 86783f984b5SSunitha Harish 1, 86883f984b5SSunitha Harish { 86983f984b5SSunitha Harish "string", 87083f984b5SSunitha Harish }, 871ba27e59eSEd Tanous "Correct the value for the query parameter in the request and resubmit the request if the operation failed.", 87283f984b5SSunitha Harish }}, 87383f984b5SSunitha Harish MessageEntry{ 874fc8a2b87SEd Tanous "QueryParameterValueFormatError", 87570304cb5SJason M. Bills { 876ba27e59eSEd Tanous "Indicates that a query parameter was given the correct value type but the value of that parameter was not supported. This includes the value size or length has been exceeded.", 877ba27e59eSEd Tanous "The value '%1' for the parameter %2 is of a different format than the parameter can accept.", 878271584abSEd Tanous "Warning", 879271584abSEd Tanous 2, 88070304cb5SJason M. Bills { 88170304cb5SJason M. Bills "string", 88270304cb5SJason M. Bills "string", 88370304cb5SJason M. Bills }, 884ba27e59eSEd Tanous "Correct the value for the query parameter in the request and resubmit the request if the operation failed.", 88570304cb5SJason M. Bills }}, 886ba27e59eSEd Tanous MessageEntry{ 887ba27e59eSEd Tanous "QueryParameterValueTypeError", 88870304cb5SJason M. Bills { 889ba27e59eSEd Tanous "Indicates that a query parameter was given the wrong value type, such as when a number is supplied for a query parameter that requires a string.", 890ba27e59eSEd Tanous "The value '%1' for the query parameter %2 is of a different type than the parameter can accept.", 891271584abSEd Tanous "Warning", 892271584abSEd Tanous 2, 89370304cb5SJason M. Bills { 89470304cb5SJason M. Bills "string", 89570304cb5SJason M. Bills "string", 89670304cb5SJason M. Bills }, 897ba27e59eSEd Tanous "Correct the value for the query parameter in the request and resubmit the request if the operation failed.", 89870304cb5SJason M. Bills }}, 899e7808c93SGunnar Mills MessageEntry{ 900f866686bSJiaqing Zhao "ResetRecommended", 901f866686bSJiaqing Zhao { 902f866686bSJiaqing Zhao "Indicates that a component reset is recommended for error recovery while unaffected applications can continue running without any effects on accuracy and performance.", 903f866686bSJiaqing Zhao "In order to recover from errors, a component reset is recommended with the Reset action URI '%1' and ResetType '%2'.", 904f866686bSJiaqing Zhao "Warning", 905f866686bSJiaqing Zhao 2, 906f866686bSJiaqing Zhao { 907f866686bSJiaqing Zhao "string", 908f866686bSJiaqing Zhao "string", 909f866686bSJiaqing Zhao }, 910f866686bSJiaqing Zhao "Perform the recommended reset action on the specified component.", 911f866686bSJiaqing Zhao }}, 912f866686bSJiaqing Zhao MessageEntry{ 913e7808c93SGunnar Mills "ResetRequired", 914e7808c93SGunnar Mills { 915f866686bSJiaqing Zhao "Indicates that a component reset is required for changes, error recovery, or operations to complete.", 916f866686bSJiaqing Zhao "In order to apply changes, recover from errors, or complete the operation, a component reset is required with the Reset action URI '%1' and ResetType '%2'.", 917e7808c93SGunnar Mills "Warning", 918e7808c93SGunnar Mills 2, 919e7808c93SGunnar Mills { 920e7808c93SGunnar Mills "string", 921e7808c93SGunnar Mills "string", 922e7808c93SGunnar Mills }, 923fc8a2b87SEd Tanous "Perform the required reset action on the specified component.", 924e7808c93SGunnar Mills }}, 925ba27e59eSEd Tanous MessageEntry{ 926ba27e59eSEd Tanous "ResourceAlreadyExists", 92770304cb5SJason M. Bills { 928ba27e59eSEd Tanous "Indicates that a resource change or creation was attempted but that the operation cannot proceed because the resource already exists.", 929ba27e59eSEd Tanous "The requested resource of type %1 with the property %2 with the value '%3' already exists.", 930271584abSEd Tanous "Critical", 931271584abSEd Tanous 3, 93270304cb5SJason M. Bills { 93370304cb5SJason M. Bills "string", 93470304cb5SJason M. Bills "string", 93570304cb5SJason M. Bills "string", 93670304cb5SJason M. Bills }, 937ba27e59eSEd Tanous "Do not repeat the create operation as the resource has already been created.", 93870304cb5SJason M. Bills }}, 93970304cb5SJason M. Bills MessageEntry{ 94070304cb5SJason M. Bills "ResourceAtUriInUnknownFormat", 94170304cb5SJason M. Bills { 942ba27e59eSEd Tanous "Indicates that the URI was valid but the resource or image at that URI was in a format not supported by the service.", 943ba27e59eSEd Tanous "The resource at '%1' is in a format not recognized by the service.", 944271584abSEd Tanous "Critical", 945271584abSEd Tanous 1, 94670304cb5SJason M. Bills { 94770304cb5SJason M. Bills "string", 94870304cb5SJason M. Bills }, 949ba27e59eSEd Tanous "Place an image or resource or file that is recognized by the service at the URI.", 95070304cb5SJason M. Bills }}, 951ba27e59eSEd Tanous MessageEntry{ 952ba27e59eSEd Tanous "ResourceAtUriUnauthorized", 95370304cb5SJason M. Bills { 954ba27e59eSEd Tanous "Indicates that the attempt to access the resource, file, or image at the URI was unauthorized.", 955ba27e59eSEd Tanous "While accessing the resource at '%1', the service received an authorization error '%2'.", 956271584abSEd Tanous "Critical", 957271584abSEd Tanous 2, 95870304cb5SJason M. Bills { 95970304cb5SJason M. Bills "string", 96070304cb5SJason M. Bills "string", 96170304cb5SJason M. Bills }, 962ba27e59eSEd Tanous "Ensure that the appropriate access is provided for the service in order for it to access the URI.", 96370304cb5SJason M. Bills }}, 964ba27e59eSEd Tanous MessageEntry{ 965ba27e59eSEd Tanous "ResourceCannotBeDeleted", 96670304cb5SJason M. Bills { 967ba27e59eSEd Tanous "Indicates that a delete operation was attempted on a resource that cannot be deleted.", 968ba27e59eSEd Tanous "The delete request failed because the resource requested cannot be deleted.", 969271584abSEd Tanous "Critical", 970271584abSEd Tanous 0, 971271584abSEd Tanous {}, 972271584abSEd Tanous "Do not attempt to delete a non-deletable resource.", 97370304cb5SJason M. Bills }}, 97470304cb5SJason M. Bills MessageEntry{ 975e7808c93SGunnar Mills "ResourceCreationConflict", 976e7808c93SGunnar Mills { 977ba27e59eSEd Tanous "Indicates that the requested resource creation could not be completed because the service has a resource that conflicts with the request.", 978ba27e59eSEd Tanous "The resource could not be created. The service has a resource at URI '%1' that conflicts with the creation request.", 979e7808c93SGunnar Mills "Warning", 980e7808c93SGunnar Mills 1, 981e7808c93SGunnar Mills { 982e7808c93SGunnar Mills "string", 983e7808c93SGunnar Mills }, 984e7808c93SGunnar Mills "No resolution is required.", 985e7808c93SGunnar Mills }}, 986e7808c93SGunnar Mills MessageEntry{ 987fc8a2b87SEd Tanous "ResourceDeprecated", 988fc8a2b87SEd Tanous { 989fc8a2b87SEd Tanous "Indicates the resource is deprecated.", 990fc8a2b87SEd Tanous "The operation was performed on a deprecated resource '%1'.", 991fc8a2b87SEd Tanous "Warning", 992fc8a2b87SEd Tanous 1, 993fc8a2b87SEd Tanous { 994fc8a2b87SEd Tanous "string", 995fc8a2b87SEd Tanous }, 996fc8a2b87SEd Tanous "Refer to the schema guide for more information.", 997fc8a2b87SEd Tanous }}, 998fc8a2b87SEd Tanous MessageEntry{ 99970304cb5SJason M. Bills "ResourceExhaustion", 100070304cb5SJason M. Bills { 1001ba27e59eSEd Tanous "Indicates that a resource could not satisfy the request due to some unavailability of resources. An example is that available capacity has been allocated.", 1002ba27e59eSEd Tanous "The resource '%1' was unable to satisfy the request due to unavailability of resources.", 1003271584abSEd Tanous "Critical", 1004271584abSEd Tanous 1, 100570304cb5SJason M. Bills { 100670304cb5SJason M. Bills "string", 100770304cb5SJason M. Bills }, 1008271584abSEd Tanous "Ensure that the resources are available and resubmit the request.", 100970304cb5SJason M. Bills }}, 1010ba27e59eSEd Tanous MessageEntry{ 1011ba27e59eSEd Tanous "ResourceInStandby", 101270304cb5SJason M. Bills { 1013ba27e59eSEd Tanous "Indicates that the request could not be performed because the resource is in standby.", 1014ba27e59eSEd Tanous "The request could not be performed because the resource is in standby.", 1015271584abSEd Tanous "Critical", 1016271584abSEd Tanous 0, 1017271584abSEd Tanous {}, 1018ba27e59eSEd Tanous "Ensure that the resource is in the correct power state and resubmit the request.", 101970304cb5SJason M. Bills }}, 1020ba27e59eSEd Tanous MessageEntry{ 1021ba27e59eSEd Tanous "ResourceInUse", 102270304cb5SJason M. Bills { 1023ba27e59eSEd Tanous "Indicates that a change was requested to a resource but the change was rejected due to the resource being in use or transition.", 1024ba27e59eSEd Tanous "The change to the requested resource failed because the resource is in use or in transition.", 1025271584abSEd Tanous "Warning", 1026271584abSEd Tanous 0, 1027271584abSEd Tanous {}, 1028ba27e59eSEd Tanous "Remove the condition and resubmit the request if the operation failed.", 102970304cb5SJason M. Bills }}, 103070304cb5SJason M. Bills MessageEntry{ 103170304cb5SJason M. Bills "ResourceMissingAtURI", 103270304cb5SJason M. Bills { 1033ba27e59eSEd Tanous "Indicates that the operation expected an image or other resource at the provided URI but none was found. Examples of this are in requests that require URIs like firmware update.", 1034fc8a2b87SEd Tanous "The resource at the URI '%1' was not found.", 1035271584abSEd Tanous "Critical", 1036271584abSEd Tanous 1, 103770304cb5SJason M. Bills { 103870304cb5SJason M. Bills "string", 103970304cb5SJason M. Bills }, 1040ba27e59eSEd Tanous "Place a valid resource at the URI or correct the URI and resubmit the request.", 104170304cb5SJason M. Bills }}, 104270304cb5SJason M. Bills MessageEntry{ 104370304cb5SJason M. Bills "ResourceNotFound", 104470304cb5SJason M. Bills { 1045ba27e59eSEd Tanous "Indicates that the operation expected a resource identifier that corresponds to an existing resource but one was not found.", 1046fc8a2b87SEd Tanous "The requested resource of type %1 named '%2' was not found.", 1047271584abSEd Tanous "Critical", 1048271584abSEd Tanous 2, 104970304cb5SJason M. Bills { 105070304cb5SJason M. Bills "string", 105170304cb5SJason M. Bills "string", 105270304cb5SJason M. Bills }, 105370304cb5SJason M. Bills "Provide a valid resource identifier and resubmit the request.", 105470304cb5SJason M. Bills }}, 105570304cb5SJason M. Bills MessageEntry{ 105670304cb5SJason M. Bills "ResourceTypeIncompatible", 105770304cb5SJason M. Bills { 1058ba27e59eSEd Tanous "Indicates that the resource type of the operation does not match that for the operation destination. Examples of when this can happen include during a POST to a resource collection using the wrong resource type, an update where the `@odata.type` properties do not match, or on a major version incompatibility.", 1059ba27e59eSEd Tanous "The @odata.type of the request body %1 is incompatible with the @odata.type of the resource, which is %2.", 1060271584abSEd Tanous "Critical", 1061271584abSEd Tanous 2, 106270304cb5SJason M. Bills { 106370304cb5SJason M. Bills "string", 106470304cb5SJason M. Bills "string", 106570304cb5SJason M. Bills }, 1066ba27e59eSEd Tanous "Resubmit the request with a payload compatible with the resource's schema.", 106770304cb5SJason M. Bills }}, 1068ba27e59eSEd Tanous MessageEntry{ 1069ba27e59eSEd Tanous "RestrictedPrivilege", 1070fc8a2b87SEd Tanous { 1071ba27e59eSEd Tanous "Indicates that the operation was not successful because a privilege is restricted.", 1072ba27e59eSEd Tanous "The operation was not successful because the privilege '%1' is restricted.", 1073fc8a2b87SEd Tanous "Warning", 1074fc8a2b87SEd Tanous 1, 1075fc8a2b87SEd Tanous { 1076fc8a2b87SEd Tanous "string", 1077fc8a2b87SEd Tanous }, 1078ba27e59eSEd Tanous "Remove restricted privileges from the request body and resubmit the request.", 1079fc8a2b87SEd Tanous }}, 1080ba27e59eSEd Tanous MessageEntry{ 1081ba27e59eSEd Tanous "RestrictedRole", 1082fc8a2b87SEd Tanous { 1083ba27e59eSEd Tanous "Indicates that the operation was not successful because the role is restricted.", 1084ba27e59eSEd Tanous "The operation was not successful because the role '%1' is restricted.", 1085fc8a2b87SEd Tanous "Warning", 1086fc8a2b87SEd Tanous 1, 1087fc8a2b87SEd Tanous { 1088fc8a2b87SEd Tanous "string", 1089fc8a2b87SEd Tanous }, 1090ba27e59eSEd Tanous "No resolution is required. For standard roles, consider using the role specified in the AlternateRoleId property in the Role resource.", 1091fc8a2b87SEd Tanous }}, 109270304cb5SJason M. Bills MessageEntry{ 109383f984b5SSunitha Harish "ServiceDisabled", 109483f984b5SSunitha Harish { 1095ba27e59eSEd Tanous "Indicates that the operation failed because the service, such as the account service, is disabled and cannot accept requests.", 1096ba27e59eSEd Tanous "The operation failed because the service at %1 is disabled and cannot accept requests.", 109783f984b5SSunitha Harish "Warning", 109883f984b5SSunitha Harish 1, 109983f984b5SSunitha Harish { 110083f984b5SSunitha Harish "string", 110183f984b5SSunitha Harish }, 1102ba27e59eSEd Tanous "Enable the service and resubmit the request if the operation failed.", 110383f984b5SSunitha Harish }}, 110483f984b5SSunitha Harish MessageEntry{ 110570304cb5SJason M. Bills "ServiceInUnknownState", 110670304cb5SJason M. Bills { 1107ba27e59eSEd Tanous "Indicates that the operation failed because the service is in an unknown state and cannot accept additional requests.", 1108ba27e59eSEd Tanous "The operation failed because the service is in an unknown state and can no longer take incoming requests.", 1109271584abSEd Tanous "Critical", 1110271584abSEd Tanous 0, 1111271584abSEd Tanous {}, 1112ba27e59eSEd Tanous "Restart the service and resubmit the request if the operation failed.", 111370304cb5SJason M. Bills }}, 1114ba27e59eSEd Tanous MessageEntry{ 1115ba27e59eSEd Tanous "ServiceShuttingDown", 111670304cb5SJason M. Bills { 1117ba27e59eSEd Tanous "Indicates that the operation failed as the service is shutting down, such as when the service reboots.", 1118ba27e59eSEd Tanous "The operation failed because the service is shutting down and can no longer take incoming requests.", 1119271584abSEd Tanous "Critical", 1120271584abSEd Tanous 0, 1121271584abSEd Tanous {}, 1122ba27e59eSEd Tanous "When the service becomes available, resubmit the request if the operation failed.", 112370304cb5SJason M. Bills }}, 112470304cb5SJason M. Bills MessageEntry{ 112570304cb5SJason M. Bills "ServiceTemporarilyUnavailable", 112670304cb5SJason M. Bills { 1127271584abSEd Tanous "Indicates the service is temporarily unavailable.", 112870304cb5SJason M. Bills "The service is temporarily unavailable. Retry in %1 seconds.", 1129271584abSEd Tanous "Critical", 1130271584abSEd Tanous 1, 113170304cb5SJason M. Bills { 113270304cb5SJason M. Bills "string", 113370304cb5SJason M. Bills }, 1134271584abSEd Tanous "Wait for the indicated retry duration and retry the operation.", 113570304cb5SJason M. Bills }}, 113670304cb5SJason M. Bills MessageEntry{ 113770304cb5SJason M. Bills "SessionLimitExceeded", 113870304cb5SJason M. Bills { 1139ba27e59eSEd Tanous "Indicates that a session establishment has been requested but the operation failed due to the number of simultaneous sessions exceeding the limit of the implementation.", 1140ba27e59eSEd Tanous "The session establishment failed due to the number of simultaneous sessions exceeding the limit of the implementation.", 1141271584abSEd Tanous "Critical", 1142271584abSEd Tanous 0, 1143271584abSEd Tanous {}, 1144ba27e59eSEd Tanous "Reduce the number of other sessions before trying to establish the session or increase the limit of simultaneous sessions, if supported.", 114570304cb5SJason M. Bills }}, 114670304cb5SJason M. Bills MessageEntry{ 114770304cb5SJason M. Bills "SessionTerminated", 114870304cb5SJason M. Bills { 1149ba27e59eSEd Tanous "Indicates that the DELETE operation on the session resource resulted in the successful termination of the session.", 1150271584abSEd Tanous "The session was successfully terminated.", 1151271584abSEd Tanous "OK", 1152271584abSEd Tanous 0, 1153271584abSEd Tanous {}, 1154271584abSEd Tanous "No resolution is required.", 115570304cb5SJason M. Bills }}, 115670304cb5SJason M. Bills MessageEntry{ 115770304cb5SJason M. Bills "SourceDoesNotSupportProtocol", 115870304cb5SJason M. Bills { 1159ba27e59eSEd Tanous "Indicates that while attempting to access, connect to or transfer a resource, file, or image from another location that the other end of the connection did not support the protocol.", 1160ba27e59eSEd Tanous "The other end of the connection at '%1' does not support the specified protocol %2.", 1161271584abSEd Tanous "Critical", 1162271584abSEd Tanous 2, 116370304cb5SJason M. Bills { 116470304cb5SJason M. Bills "string", 116570304cb5SJason M. Bills "string", 116670304cb5SJason M. Bills }, 1167271584abSEd Tanous "Change protocols or URIs.", 116870304cb5SJason M. Bills }}, 1169ba27e59eSEd Tanous MessageEntry{ 1170ba27e59eSEd Tanous "StrictAccountTypes", 1171fc8a2b87SEd Tanous { 1172ba27e59eSEd Tanous "Indicates the request failed because a set of `AccountTypes` or `OEMAccountTypes` was not accepted while `StrictAccountTypes` is set to `true`.", 1173ba27e59eSEd Tanous "The request was not possible to fulfill with the account types included in property '%1' and property StrictAccountTypes set to true.", 1174fc8a2b87SEd Tanous "Warning", 1175fc8a2b87SEd Tanous 1, 1176fc8a2b87SEd Tanous { 1177fc8a2b87SEd Tanous "string", 1178fc8a2b87SEd Tanous }, 1179ba27e59eSEd Tanous "Resubmit the request either with an acceptable set of AccountTypes and OEMAccountTypes or with StrictAccountTypes set to false.", 1180fc8a2b87SEd Tanous }}, 1181ba27e59eSEd Tanous MessageEntry{ 1182ba27e59eSEd Tanous "StringValueTooLong", 118370304cb5SJason M. Bills { 1184ba27e59eSEd Tanous "Indicates that a string value passed to the given resource exceeded its length limit. An example is when a shorter limit is imposed by an implementation than that allowed by the specification.", 1185fc8a2b87SEd Tanous "The string '%1' exceeds the length limit %2.", 1186271584abSEd Tanous "Warning", 1187271584abSEd Tanous 2, 118870304cb5SJason M. Bills { 118970304cb5SJason M. Bills "string", 119070304cb5SJason M. Bills "number", 119170304cb5SJason M. Bills }, 119270304cb5SJason M. Bills "Resubmit the request with an appropriate string length.", 119370304cb5SJason M. Bills }}, 1194ba27e59eSEd Tanous MessageEntry{ 1195ba27e59eSEd Tanous "SubscriptionTerminated", 1196e7808c93SGunnar Mills { 1197ba27e59eSEd Tanous "An event subscription has been terminated by the service. No further events will be delivered.", 1198e7808c93SGunnar Mills "The event subscription has been terminated.", 1199e7808c93SGunnar Mills "OK", 1200e7808c93SGunnar Mills 0, 1201e7808c93SGunnar Mills {}, 1202e7808c93SGunnar Mills "No resolution is required.", 1203e7808c93SGunnar Mills }}, 1204ba27e59eSEd Tanous MessageEntry{ 1205ba27e59eSEd Tanous "Success", 120670304cb5SJason M. Bills { 1207ba27e59eSEd Tanous "Indicates that all conditions of a successful operation have been met.", 1208fc8a2b87SEd Tanous "The request completed successfully.", 1209271584abSEd Tanous "OK", 1210271584abSEd Tanous 0, 1211271584abSEd Tanous {}, 1212271584abSEd Tanous "None", 121370304cb5SJason M. Bills }}, 121470304cb5SJason M. Bills MessageEntry{ 1215fc8a2b87SEd Tanous "UndeterminedFault", 1216fc8a2b87SEd Tanous { 1217ba27e59eSEd Tanous "Indicates that a fault or error condition exists but the source of the fault cannot be determined or is unknown to the service.", 1218fc8a2b87SEd Tanous "A undetermined fault condition has been reported by '%1'.", 1219fc8a2b87SEd Tanous "Critical", 1220fc8a2b87SEd Tanous 1, 122183f984b5SSunitha Harish { 122283f984b5SSunitha Harish "string", 122383f984b5SSunitha Harish }, 1224fc8a2b87SEd Tanous "None.", 1225fc8a2b87SEd Tanous }}, 1226fc8a2b87SEd Tanous MessageEntry{ 122770304cb5SJason M. Bills "UnrecognizedRequestBody", 122870304cb5SJason M. Bills { 1229ba27e59eSEd Tanous "Indicates that the service encountered an unrecognizable request body that could not even be interpreted as malformed JSON.", 1230ba27e59eSEd Tanous "The service detected a malformed request body that it was unable to interpret.", 1231271584abSEd Tanous "Warning", 1232271584abSEd Tanous 0, 1233271584abSEd Tanous {}, 1234271584abSEd Tanous "Correct the request body and resubmit the request if it failed.", 123570304cb5SJason M. Bills }}, 12364d99bbb0SEd Tanous 123770304cb5SJason M. Bills }; 123830a3c431SEd Tanous 123930a3c431SEd Tanous enum class Index 124030a3c431SEd Tanous { 124130a3c431SEd Tanous accessDenied = 0, 124230a3c431SEd Tanous accountForSessionNoLongerExists = 1, 124330a3c431SEd Tanous accountModified = 2, 124430a3c431SEd Tanous accountNotModified = 3, 124530a3c431SEd Tanous accountRemoved = 4, 124630a3c431SEd Tanous actionDeprecated = 5, 124730a3c431SEd Tanous actionNotSupported = 6, 124830a3c431SEd Tanous actionParameterDuplicate = 7, 124930a3c431SEd Tanous actionParameterMissing = 8, 125030a3c431SEd Tanous actionParameterNotSupported = 9, 125130a3c431SEd Tanous actionParameterUnknown = 10, 1252f866686bSJiaqing Zhao actionParameterValueConflict = 11, 1253f866686bSJiaqing Zhao actionParameterValueError = 12, 1254f866686bSJiaqing Zhao actionParameterValueFormatError = 13, 1255f866686bSJiaqing Zhao actionParameterValueNotInList = 14, 1256f866686bSJiaqing Zhao actionParameterValueTypeError = 15, 1257f866686bSJiaqing Zhao chassisPowerStateOffRequired = 16, 1258f866686bSJiaqing Zhao chassisPowerStateOnRequired = 17, 1259f866686bSJiaqing Zhao conditionInRelatedResource = 18, 1260f866686bSJiaqing Zhao couldNotEstablishConnection = 19, 1261f866686bSJiaqing Zhao createFailedMissingReqProperties = 20, 1262f866686bSJiaqing Zhao createLimitReachedForResource = 21, 1263f866686bSJiaqing Zhao created = 22, 1264f866686bSJiaqing Zhao emptyJSON = 23, 1265f866686bSJiaqing Zhao eventBufferExceeded = 24, 1266f866686bSJiaqing Zhao eventSubscriptionLimitExceeded = 25, 1267f866686bSJiaqing Zhao generalError = 26, 1268f866686bSJiaqing Zhao headerInvalid = 27, 1269f866686bSJiaqing Zhao headerMissing = 28, 1270f866686bSJiaqing Zhao insufficientPrivilege = 29, 1271f866686bSJiaqing Zhao insufficientStorage = 30, 1272f866686bSJiaqing Zhao internalError = 31, 1273f866686bSJiaqing Zhao invalidIndex = 32, 1274f866686bSJiaqing Zhao invalidJSON = 33, 1275f866686bSJiaqing Zhao invalidObject = 34, 1276f866686bSJiaqing Zhao invalidURI = 35, 1277f866686bSJiaqing Zhao malformedJSON = 36, 1278f866686bSJiaqing Zhao maximumErrorsExceeded = 37, 1279f866686bSJiaqing Zhao missingOrMalformedPart = 38, 1280f866686bSJiaqing Zhao networkNameResolutionNotConfigured = 39, 1281f866686bSJiaqing Zhao networkNameResolutionNotSupported = 40, 1282f866686bSJiaqing Zhao noOperation = 41, 1283f866686bSJiaqing Zhao noValidSession = 42, 1284f866686bSJiaqing Zhao operationFailed = 43, 1285f866686bSJiaqing Zhao operationNotAllowed = 44, 1286f866686bSJiaqing Zhao operationTimeout = 45, 1287f866686bSJiaqing Zhao passwordChangeRequired = 46, 1288f866686bSJiaqing Zhao payloadTooLarge = 47, 1289f866686bSJiaqing Zhao preconditionFailed = 48, 1290f866686bSJiaqing Zhao preconditionRequired = 49, 1291f866686bSJiaqing Zhao propertyDeprecated = 50, 1292f866686bSJiaqing Zhao propertyDuplicate = 51, 1293f866686bSJiaqing Zhao propertyMissing = 52, 1294f866686bSJiaqing Zhao propertyNotUpdated = 53, 1295f866686bSJiaqing Zhao propertyNotWritable = 54, 1296f866686bSJiaqing Zhao propertyUnknown = 55, 1297f866686bSJiaqing Zhao propertyValueConflict = 56, 1298f866686bSJiaqing Zhao propertyValueDeprecated = 57, 1299f866686bSJiaqing Zhao propertyValueError = 58, 1300f866686bSJiaqing Zhao propertyValueExternalConflict = 59, 1301f866686bSJiaqing Zhao propertyValueFormatError = 60, 1302f866686bSJiaqing Zhao propertyValueIncorrect = 61, 1303f866686bSJiaqing Zhao propertyValueModified = 62, 1304f866686bSJiaqing Zhao propertyValueNotInList = 63, 1305f866686bSJiaqing Zhao propertyValueOutOfRange = 64, 1306f866686bSJiaqing Zhao propertyValueResourceConflict = 65, 1307f866686bSJiaqing Zhao propertyValueTypeError = 66, 1308f866686bSJiaqing Zhao queryCombinationInvalid = 67, 1309f866686bSJiaqing Zhao queryNotSupported = 68, 1310f866686bSJiaqing Zhao queryNotSupportedOnOperation = 69, 1311f866686bSJiaqing Zhao queryNotSupportedOnResource = 70, 1312f866686bSJiaqing Zhao queryParameterOutOfRange = 71, 1313f866686bSJiaqing Zhao queryParameterValueError = 72, 1314f866686bSJiaqing Zhao queryParameterValueFormatError = 73, 1315f866686bSJiaqing Zhao queryParameterValueTypeError = 74, 1316f866686bSJiaqing Zhao resetRecommended = 75, 1317f866686bSJiaqing Zhao resetRequired = 76, 1318f866686bSJiaqing Zhao resourceAlreadyExists = 77, 1319f866686bSJiaqing Zhao resourceAtUriInUnknownFormat = 78, 1320f866686bSJiaqing Zhao resourceAtUriUnauthorized = 79, 1321f866686bSJiaqing Zhao resourceCannotBeDeleted = 80, 1322f866686bSJiaqing Zhao resourceCreationConflict = 81, 1323f866686bSJiaqing Zhao resourceDeprecated = 82, 1324f866686bSJiaqing Zhao resourceExhaustion = 83, 1325f866686bSJiaqing Zhao resourceInStandby = 84, 1326f866686bSJiaqing Zhao resourceInUse = 85, 1327f866686bSJiaqing Zhao resourceMissingAtURI = 86, 1328f866686bSJiaqing Zhao resourceNotFound = 87, 1329f866686bSJiaqing Zhao resourceTypeIncompatible = 88, 1330f866686bSJiaqing Zhao restrictedPrivilege = 89, 1331f866686bSJiaqing Zhao restrictedRole = 90, 1332f866686bSJiaqing Zhao serviceDisabled = 91, 1333f866686bSJiaqing Zhao serviceInUnknownState = 92, 1334f866686bSJiaqing Zhao serviceShuttingDown = 93, 1335f866686bSJiaqing Zhao serviceTemporarilyUnavailable = 94, 1336f866686bSJiaqing Zhao sessionLimitExceeded = 95, 1337f866686bSJiaqing Zhao sessionTerminated = 96, 1338f866686bSJiaqing Zhao sourceDoesNotSupportProtocol = 97, 1339f866686bSJiaqing Zhao strictAccountTypes = 98, 1340f866686bSJiaqing Zhao stringValueTooLong = 99, 1341f866686bSJiaqing Zhao subscriptionTerminated = 100, 1342f866686bSJiaqing Zhao success = 101, 1343f866686bSJiaqing Zhao undeterminedFault = 102, 1344f866686bSJiaqing Zhao unrecognizedRequestBody = 103, 134530a3c431SEd Tanous }; 1346fffb8c1fSEd Tanous } // namespace redfish::registries::base 1347