1fe4b3093SEd Tanous 270304cb5SJason M. Bills /**************************************************************** 370304cb5SJason M. Bills * This is an auto-generated header which contains definitions 470304cb5SJason M. Bills * for Redfish DMTF defined messages. 570304cb5SJason M. Bills ***************************************************************/ 670304cb5SJason M. Bills #pragma once 770304cb5SJason M. Bills #include <registries.hpp> 870304cb5SJason M. Bills 9*4d99bbb0SEd Tanous // clang-format off 10*4d99bbb0SEd Tanous 1170304cb5SJason M. Bills namespace redfish::message_registries::base 1270304cb5SJason M. Bills { 13351d3063SJason M. Bills const Header header = { 14fc8a2b87SEd Tanous "Copyright 2014-2021 DMTF. All rights reserved.", 15e7808c93SGunnar Mills "#MessageRegistry.v1_4_0.MessageRegistry", 1683f984b5SSunitha Harish "Base.1.11.0", 17271584abSEd Tanous "Base Message Registry", 18271584abSEd Tanous "en", 19271584abSEd Tanous "This registry defines the base messages for Redfish", 20271584abSEd Tanous "Base", 2183f984b5SSunitha Harish "1.11.0", 22271584abSEd Tanous "DMTF", 23351d3063SJason M. Bills }; 24e51c710eSJames Feist constexpr const char* url = 2583f984b5SSunitha Harish "https://redfish.dmtf.org/registries/Base.1.11.0.json"; 26e51c710eSJames Feist 27ba27e59eSEd Tanous constexpr std::array<MessageEntry, 93> registry = 28ba27e59eSEd Tanous { 2970304cb5SJason M. Bills MessageEntry{ 3070304cb5SJason M. Bills "AccessDenied", 3170304cb5SJason M. Bills { 32ba27e59eSEd Tanous "Indicates that while attempting to access, connect to, or transfer to or from another resource, the service denied access.", 33ba27e59eSEd Tanous "While attempting to establish a connection to '%1', the service denied access.", 34271584abSEd Tanous "Critical", 35e7808c93SGunnar Mills "Critical", 36271584abSEd Tanous 1, 3770304cb5SJason M. Bills { 3870304cb5SJason M. Bills "string", 3970304cb5SJason M. Bills }, 40ba27e59eSEd Tanous "Attempt to ensure that the URI is correct and that the service has the appropriate credentials.", 4170304cb5SJason M. Bills }}, 42ba27e59eSEd Tanous MessageEntry{ 43ba27e59eSEd Tanous "AccountForSessionNoLongerExists", 4470304cb5SJason M. Bills { 45ba27e59eSEd Tanous "Indicates that the account for the session has been removed, thus the session has been removed as well.", 46ba27e59eSEd Tanous "The account for the current session has been removed, thus the current session has been removed as well.", 47271584abSEd Tanous "OK", 48e7808c93SGunnar Mills "OK", 49271584abSEd Tanous 0, 50271584abSEd Tanous {}, 51271584abSEd Tanous "Attempt to connect with a valid account.", 5270304cb5SJason M. Bills }}, 53ba27e59eSEd Tanous MessageEntry{ 54ba27e59eSEd Tanous "AccountModified", 5570304cb5SJason M. Bills { 5670304cb5SJason M. Bills "Indicates that the account was successfully modified.", 57271584abSEd Tanous "The account was successfully modified.", 58271584abSEd Tanous "OK", 59e7808c93SGunnar Mills "OK", 60271584abSEd Tanous 0, 61271584abSEd Tanous {}, 62271584abSEd Tanous "No resolution is required.", 6370304cb5SJason M. Bills }}, 64ba27e59eSEd Tanous MessageEntry{ 65ba27e59eSEd Tanous "AccountNotModified", 6670304cb5SJason M. Bills { 67ba27e59eSEd Tanous "Indicates that the modification requested for the account was not successful.", 68271584abSEd Tanous "The account modification request failed.", 69271584abSEd Tanous "Warning", 70e7808c93SGunnar Mills "Warning", 71271584abSEd Tanous 0, 72271584abSEd Tanous {}, 73ba27e59eSEd Tanous "The modification may have failed due to permission issues or issues with the request body.", 7470304cb5SJason M. Bills }}, 75*4d99bbb0SEd Tanous MessageEntry{ 76*4d99bbb0SEd Tanous "AccountRemoved", 7770304cb5SJason M. Bills { 7870304cb5SJason M. Bills "Indicates that the account was successfully removed.", 79271584abSEd Tanous "The account was successfully removed.", 80271584abSEd Tanous "OK", 81e7808c93SGunnar Mills "OK", 82271584abSEd Tanous 0, 83271584abSEd Tanous {}, 84271584abSEd Tanous "No resolution is required.", 8570304cb5SJason M. Bills }}, 86*4d99bbb0SEd Tanous MessageEntry{ 87*4d99bbb0SEd Tanous "ActionDeprecated", 88fc8a2b87SEd Tanous { 89fc8a2b87SEd Tanous "Indicates the action is deprecated.", 90fc8a2b87SEd Tanous "The action %1 is deprecated.", 91fc8a2b87SEd Tanous "Warning", 92fc8a2b87SEd Tanous "Warning", 93fc8a2b87SEd Tanous 1, 94fc8a2b87SEd Tanous { 95fc8a2b87SEd Tanous "string", 96fc8a2b87SEd Tanous }, 97fc8a2b87SEd Tanous "Refer to the schema guide for more information.", 98fc8a2b87SEd Tanous }}, 9970304cb5SJason M. Bills MessageEntry{ 10070304cb5SJason M. Bills "ActionNotSupported", 10170304cb5SJason M. Bills { 102ba27e59eSEd Tanous "Indicates that the action supplied with the POST operation is not supported by the resource.", 103271584abSEd Tanous "The action %1 is not supported by the resource.", 104271584abSEd Tanous "Critical", 105e7808c93SGunnar Mills "Critical", 106271584abSEd Tanous 1, 10770304cb5SJason M. Bills { 10870304cb5SJason M. Bills "string", 10970304cb5SJason M. Bills }, 110ba27e59eSEd 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.", 11170304cb5SJason M. Bills }}, 112ba27e59eSEd Tanous MessageEntry{ 113ba27e59eSEd Tanous "ActionParameterDuplicate", 11470304cb5SJason M. Bills { 115ba27e59eSEd Tanous "Indicates that the action was supplied with a duplicated parameter in the request body.", 116ba27e59eSEd Tanous "The action %1 was submitted with more than one value for the parameter %2.", 117271584abSEd Tanous "Warning", 118e7808c93SGunnar Mills "Warning", 119271584abSEd Tanous 2, 12070304cb5SJason M. Bills { 12170304cb5SJason M. Bills "string", 12270304cb5SJason M. Bills "string", 12370304cb5SJason M. Bills }, 124ba27e59eSEd Tanous "Resubmit the action with only one instance of the parameter in the request body if the operation failed.", 12570304cb5SJason M. Bills }}, 126ba27e59eSEd Tanous MessageEntry{ 127ba27e59eSEd Tanous "ActionParameterMissing", 12870304cb5SJason M. Bills { 129ba27e59eSEd Tanous "Indicates that the action requested was missing a parameter that is required to process the action.", 130ba27e59eSEd Tanous "The action %1 requires the parameter %2 to be present in the request body.", 131271584abSEd Tanous "Critical", 132e7808c93SGunnar Mills "Critical", 133271584abSEd Tanous 2, 13470304cb5SJason M. Bills { 13570304cb5SJason M. Bills "string", 13670304cb5SJason M. Bills "string", 13770304cb5SJason M. Bills }, 138ba27e59eSEd Tanous "Supply the action with the required parameter in the request body when the request is resubmitted.", 13970304cb5SJason M. Bills }}, 140ba27e59eSEd Tanous MessageEntry{ 141ba27e59eSEd Tanous "ActionParameterNotSupported", 14270304cb5SJason M. Bills { 143ba27e59eSEd Tanous "Indicates that the parameter supplied for the action is not supported on the resource.", 144ba27e59eSEd Tanous "The parameter %1 for the action %2 is not supported on the target resource.", 145271584abSEd Tanous "Warning", 146e7808c93SGunnar Mills "Warning", 147271584abSEd Tanous 2, 14870304cb5SJason M. Bills { 14970304cb5SJason M. Bills "string", 15070304cb5SJason M. Bills "string", 15170304cb5SJason M. Bills }, 152ba27e59eSEd Tanous "Remove the parameter supplied and resubmit the request if the operation failed.", 15370304cb5SJason M. Bills }}, 15470304cb5SJason M. Bills MessageEntry{ 15570304cb5SJason M. Bills "ActionParameterUnknown", 15670304cb5SJason M. Bills { 157ba27e59eSEd Tanous "Indicates that an action was submitted but a parameter supplied did not match any of the known parameters.", 15870304cb5SJason M. Bills "The action %1 was submitted with the invalid parameter %2.", 159271584abSEd Tanous "Warning", 160e7808c93SGunnar Mills "Warning", 161271584abSEd Tanous 2, 16270304cb5SJason M. Bills { 16370304cb5SJason M. Bills "string", 16470304cb5SJason M. Bills "string", 16570304cb5SJason M. Bills }, 166ba27e59eSEd Tanous "Correct the invalid parameter and resubmit the request if the operation failed.", 16770304cb5SJason M. Bills }}, 168fc8a2b87SEd Tanous MessageEntry{ 16983f984b5SSunitha Harish "ActionParameterValueError", 17083f984b5SSunitha Harish { 17183f984b5SSunitha Harish "Indicates that a parameter was given an invalid value.", 17283f984b5SSunitha Harish "The value for the parameter %1 in the action %2 is invalid.", 17383f984b5SSunitha Harish "Warning", 17483f984b5SSunitha Harish "Warning", 17583f984b5SSunitha Harish 2, 17683f984b5SSunitha Harish { 17783f984b5SSunitha Harish "string", 17883f984b5SSunitha Harish "string", 17983f984b5SSunitha Harish }, 180ba27e59eSEd Tanous "Correct the value for the parameter in the request body and resubmit the request if the operation failed.", 18183f984b5SSunitha Harish }}, 18283f984b5SSunitha Harish MessageEntry{ 183fc8a2b87SEd Tanous "ActionParameterValueFormatError", 18470304cb5SJason M. Bills { 185ba27e59eSEd 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.", 186ba27e59eSEd Tanous "The value '%1' for the parameter %2 in the action %3 is of a different format than the parameter can accept.", 187271584abSEd Tanous "Warning", 188e7808c93SGunnar Mills "Warning", 189271584abSEd Tanous 3, 19070304cb5SJason M. Bills { 19170304cb5SJason M. Bills "string", 19270304cb5SJason M. Bills "string", 19370304cb5SJason M. Bills "string", 19470304cb5SJason M. Bills }, 195ba27e59eSEd Tanous "Correct the value for the parameter in the request body and resubmit the request if the operation failed.", 196fc8a2b87SEd Tanous }}, 197fc8a2b87SEd Tanous MessageEntry{ 198fc8a2b87SEd Tanous "ActionParameterValueNotInList", 199fc8a2b87SEd Tanous { 200ba27e59eSEd 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.", 201ba27e59eSEd Tanous "The value '%1' for the parameter %2 in the action %3 is not in the list of acceptable values.", 202fc8a2b87SEd Tanous "Warning", 203fc8a2b87SEd Tanous "Warning", 204fc8a2b87SEd Tanous 3, 205fc8a2b87SEd Tanous { 206fc8a2b87SEd Tanous "string", 207fc8a2b87SEd Tanous "string", 208fc8a2b87SEd Tanous "string", 209fc8a2b87SEd Tanous }, 210ba27e59eSEd Tanous "Choose a value from the enumeration list that the implementation can support and resubmit the request if the operation failed.", 21170304cb5SJason M. Bills }}, 212ba27e59eSEd Tanous MessageEntry{ 213ba27e59eSEd Tanous "ActionParameterValueTypeError", 21470304cb5SJason M. Bills { 215ba27e59eSEd 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.", 216ba27e59eSEd Tanous "The value '%1' for the parameter %2 in the action %3 is of a different type than the parameter can accept.", 217271584abSEd Tanous "Warning", 218e7808c93SGunnar Mills "Warning", 219271584abSEd Tanous 3, 22070304cb5SJason M. Bills { 22170304cb5SJason M. Bills "string", 22270304cb5SJason M. Bills "string", 22370304cb5SJason M. Bills "string", 22470304cb5SJason M. Bills }, 225ba27e59eSEd Tanous "Correct the value for the parameter in the request body and resubmit the request if the operation failed.", 22670304cb5SJason M. Bills }}, 22770304cb5SJason M. Bills MessageEntry{ 228e7808c93SGunnar Mills "ChassisPowerStateOffRequired", 229e7808c93SGunnar Mills { 230ba27e59eSEd Tanous "Indicates that the request requires a specified chassis to be powered off.", 231ba27e59eSEd Tanous "The Chassis with Id '%1' requires to be powered off to perform this request.", 232e7808c93SGunnar Mills "Warning", 233e7808c93SGunnar Mills "Warning", 234e7808c93SGunnar Mills 1, 235e7808c93SGunnar Mills { 236e7808c93SGunnar Mills "string", 237e7808c93SGunnar Mills }, 238fc8a2b87SEd Tanous "Power off the specified chassis and resubmit the request.", 239e7808c93SGunnar Mills }}, 240ba27e59eSEd Tanous MessageEntry{ 241ba27e59eSEd Tanous "ChassisPowerStateOnRequired", 242e7808c93SGunnar Mills { 243ba27e59eSEd Tanous "Indicates that the request requires a specified chassis to be powered on.", 244ba27e59eSEd Tanous "The chassis with Id '%1' requires to be powered on to perform this request.", 245e7808c93SGunnar Mills "Warning", 246e7808c93SGunnar Mills "Warning", 247e7808c93SGunnar Mills 1, 248e7808c93SGunnar Mills { 249e7808c93SGunnar Mills "string", 250e7808c93SGunnar Mills }, 251fc8a2b87SEd Tanous "Power on the specified chassis and resubmit the request.", 252fc8a2b87SEd Tanous }}, 253ba27e59eSEd Tanous MessageEntry{ 254ba27e59eSEd Tanous "ConditionInRelatedResource", 255fc8a2b87SEd Tanous { 256ba27e59eSEd Tanous "Indicates that one or more fault or error conditions exist in a related resource.", 257ba27e59eSEd Tanous "One or more conditions exist in a related resource. See the OriginOfCondition property.", 258fc8a2b87SEd Tanous "Warning", 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", 270e7808c93SGunnar Mills "Critical", 271271584abSEd Tanous 1, 27270304cb5SJason M. Bills { 27370304cb5SJason M. Bills "string", 27470304cb5SJason M. Bills }, 275ba27e59eSEd Tanous "Ensure that the URI contains a valid and reachable node name, protocol information and other URI components.", 27670304cb5SJason M. Bills }}, 27770304cb5SJason M. Bills MessageEntry{ 27870304cb5SJason M. Bills "CreateFailedMissingReqProperties", 27970304cb5SJason M. Bills { 280ba27e59eSEd 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.", 281ba27e59eSEd Tanous "The create operation failed because the required property %1 was missing from the request.", 282271584abSEd Tanous "Critical", 283e7808c93SGunnar Mills "Critical", 284271584abSEd Tanous 1, 28570304cb5SJason M. Bills { 28670304cb5SJason M. Bills "string", 28770304cb5SJason M. Bills }, 288ba27e59eSEd Tanous "Correct the body to include the required property with a valid value and resubmit the request if the operation failed.", 28970304cb5SJason M. Bills }}, 290ba27e59eSEd Tanous MessageEntry{ 291ba27e59eSEd Tanous "CreateLimitReachedForResource", 29270304cb5SJason M. Bills { 293ba27e59eSEd Tanous "Indicates that no more resources can be created on the resource as it has reached its create limit.", 294ba27e59eSEd Tanous "The create operation failed because the resource has reached the limit of possible resources.", 295271584abSEd Tanous "Critical", 296e7808c93SGunnar Mills "Critical", 297271584abSEd Tanous 0, 298271584abSEd Tanous {}, 299ba27e59eSEd Tanous "Either delete resources and resubmit the request if the operation failed or do not resubmit the request.", 30070304cb5SJason M. Bills }}, 301ba27e59eSEd Tanous MessageEntry{ 302ba27e59eSEd Tanous "Created", 30370304cb5SJason M. Bills { 304ba27e59eSEd Tanous "Indicates that all conditions of a successful create operation have been met.", 305fc8a2b87SEd Tanous "The resource has been created successfully.", 306271584abSEd Tanous "OK", 307e7808c93SGunnar Mills "OK", 308271584abSEd Tanous 0, 309271584abSEd Tanous {}, 310fc8a2b87SEd Tanous "None.", 31170304cb5SJason M. Bills }}, 31270304cb5SJason M. Bills MessageEntry{ 31370304cb5SJason M. Bills "EmptyJSON", 31470304cb5SJason M. Bills { 315ba27e59eSEd Tanous "Indicates that the request body contained an empty JSON object when one or more properties are expected in the body.", 316ba27e59eSEd Tanous "The request body submitted contained an empty JSON object and the service is unable to process it.", 317271584abSEd Tanous "Warning", 318e7808c93SGunnar Mills "Warning", 319271584abSEd Tanous 0, 320271584abSEd Tanous {}, 32170304cb5SJason M. Bills "Add properties in the JSON object and resubmit the request.", 32270304cb5SJason M. Bills }}, 32370304cb5SJason M. Bills MessageEntry{ 32470304cb5SJason M. Bills "EventSubscriptionLimitExceeded", 32570304cb5SJason M. Bills { 326ba27e59eSEd 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.", 327ba27e59eSEd Tanous "The event subscription failed due to the number of simultaneous subscriptions exceeding the limit of the implementation.", 328271584abSEd Tanous "Critical", 329e7808c93SGunnar Mills "Critical", 330271584abSEd Tanous 0, 331271584abSEd Tanous {}, 332ba27e59eSEd Tanous "Reduce the number of other subscriptions before trying to establish the event subscription or increase the limit of simultaneous subscriptions, if supported.", 33370304cb5SJason M. Bills }}, 33470304cb5SJason M. Bills MessageEntry{ 33570304cb5SJason M. Bills "GeneralError", 33670304cb5SJason M. Bills { 337ba27e59eSEd 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.", 338ba27e59eSEd Tanous "A general error has occurred. See Resolution for information on how to resolve the error, or @Message.ExtendedInfo if Resolution is not provided.", 339271584abSEd Tanous "Critical", 340e7808c93SGunnar Mills "Critical", 341271584abSEd Tanous 0, 342271584abSEd Tanous {}, 343271584abSEd Tanous "None.", 34470304cb5SJason M. Bills }}, 34570304cb5SJason M. Bills MessageEntry{ 34670304cb5SJason M. Bills "InsufficientPrivilege", 34770304cb5SJason M. Bills { 348ba27e59eSEd Tanous "Indicates that the credentials associated with the established session do not have sufficient privileges for the requested operation.", 349ba27e59eSEd Tanous "There are insufficient privileges for the account or credentials associated with the current session to perform the requested operation.", 350271584abSEd Tanous "Critical", 351e7808c93SGunnar Mills "Critical", 352271584abSEd Tanous 0, 353271584abSEd Tanous {}, 354ba27e59eSEd Tanous "Either abandon the operation or change the associated access rights and resubmit the request if the operation failed.", 35570304cb5SJason M. Bills }}, 35670304cb5SJason M. Bills MessageEntry{ 35770304cb5SJason M. Bills "InternalError", 35870304cb5SJason M. Bills { 359ba27e59eSEd Tanous "Indicates that the request failed for an unknown internal error but that the service is still operational.", 360ba27e59eSEd Tanous "The request failed due to an internal service error. The service is still operational.", 361271584abSEd Tanous "Critical", 362e7808c93SGunnar Mills "Critical", 363271584abSEd Tanous 0, 364271584abSEd Tanous {}, 365ba27e59eSEd Tanous "Resubmit the request. If the problem persists, consider resetting the service.", 36670304cb5SJason M. Bills }}, 367ba27e59eSEd Tanous MessageEntry{ 368ba27e59eSEd Tanous "InvalidIndex", 36970304cb5SJason M. Bills { 370fc8a2b87SEd Tanous "The index is not valid.", 371fc8a2b87SEd Tanous "The index %1 is not a valid offset into the array.", 372271584abSEd Tanous "Warning", 373e7808c93SGunnar Mills "Warning", 374271584abSEd Tanous 1, 37570304cb5SJason M. Bills { 37670304cb5SJason M. Bills "number", 37770304cb5SJason M. Bills }, 378ba27e59eSEd Tanous "Verify the index value provided is within the bounds of the array.", 37970304cb5SJason M. Bills }}, 38070304cb5SJason M. Bills MessageEntry{ 381fc8a2b87SEd Tanous "InvalidJSON", 382fc8a2b87SEd Tanous { 383fc8a2b87SEd Tanous "Indicates that the request body contains invalid JSON.", 384ba27e59eSEd Tanous "The request body submitted is invalid JSON starting at line $1 and could not be parsed by the receiving service.", 385fc8a2b87SEd Tanous "Critical", 386fc8a2b87SEd Tanous "Critical", 387fc8a2b87SEd Tanous 1, 388fc8a2b87SEd Tanous { 389fc8a2b87SEd Tanous "number", 390fc8a2b87SEd Tanous }, 391ba27e59eSEd Tanous "Ensure that the request body is valid JSON and resubmit the request.", 392fc8a2b87SEd Tanous }}, 393fc8a2b87SEd Tanous MessageEntry{ 39470304cb5SJason M. Bills "InvalidObject", 39570304cb5SJason M. Bills { 396ba27e59eSEd Tanous "Indicates that the object in question is invalid according to the implementation. Examples include a firmware update malformed URI.", 397fc8a2b87SEd Tanous "The object at '%1' is invalid.", 398271584abSEd Tanous "Critical", 399e7808c93SGunnar Mills "Critical", 400271584abSEd Tanous 1, 40170304cb5SJason M. Bills { 40270304cb5SJason M. Bills "string", 40370304cb5SJason M. Bills }, 404ba27e59eSEd Tanous "Either the object is malformed or the URI is not correct. Correct the condition and resubmit the request if it failed.", 40570304cb5SJason M. Bills }}, 406ba27e59eSEd Tanous MessageEntry{ 407ba27e59eSEd Tanous "InvalidURI", 408fc8a2b87SEd Tanous { 409ba27e59eSEd Tanous "Indicates that the operation encountered a URI that does not correspond to a valid resource.", 410fc8a2b87SEd Tanous "The URI %1 was not found.", 411fc8a2b87SEd Tanous "Critical", 412fc8a2b87SEd Tanous "Critical", 413fc8a2b87SEd Tanous 1, 414fc8a2b87SEd Tanous { 415fc8a2b87SEd Tanous "string", 416fc8a2b87SEd Tanous }, 417fc8a2b87SEd Tanous "Provide a valid URI and resubmit the request.", 418fc8a2b87SEd Tanous }}, 419ba27e59eSEd Tanous MessageEntry{ 420ba27e59eSEd Tanous "MalformedJSON", 42170304cb5SJason M. Bills { 422fc8a2b87SEd Tanous "Indicates that the request body was malformed JSON.", 423ba27e59eSEd Tanous "The request body submitted was malformed JSON and could not be parsed by the receiving service.", 424271584abSEd Tanous "Critical", 425e7808c93SGunnar Mills "Critical", 426271584abSEd Tanous 0, 427271584abSEd Tanous {}, 428ba27e59eSEd Tanous "Ensure that the request body is valid JSON and resubmit the request.", 42970304cb5SJason M. Bills }}, 43070304cb5SJason M. Bills MessageEntry{ 431e7808c93SGunnar Mills "MaximumErrorsExceeded", 432e7808c93SGunnar Mills { 433ba27e59eSEd Tanous "Indicates that sufficient errors have occurred that the reporting service cannot return them all.", 434e7808c93SGunnar Mills "Too many errors have occurred to report them all.", 435e7808c93SGunnar Mills "Critical", 436e7808c93SGunnar Mills "Critical", 437e7808c93SGunnar Mills 0, 438e7808c93SGunnar Mills {}, 439e7808c93SGunnar Mills "Resolve other reported errors and retry the current operation.", 440e7808c93SGunnar Mills }}, 441e7808c93SGunnar Mills MessageEntry{ 44283f984b5SSunitha Harish "NetworkNameResolutionNotConfigured", 44383f984b5SSunitha Harish { 444ba27e59eSEd Tanous "Indicates that network-based name resolution has not been configured on the service.", 44583f984b5SSunitha Harish "Network name resolution has not been configured on this service.", 44683f984b5SSunitha Harish "Warning", 44783f984b5SSunitha Harish "Warning", 44883f984b5SSunitha Harish 0, 44983f984b5SSunitha Harish {}, 450ba27e59eSEd 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.", 45183f984b5SSunitha Harish }}, 452ba27e59eSEd Tanous MessageEntry{ 453ba27e59eSEd Tanous "NetworkNameResolutionNotSupported", 45483f984b5SSunitha Harish { 455ba27e59eSEd Tanous "Indicates the service does not support network-based name resolution.", 456ba27e59eSEd Tanous "Resolution of network-based names is not supported by this service.", 45783f984b5SSunitha Harish "Warning", 45883f984b5SSunitha Harish "Warning", 45983f984b5SSunitha Harish 0, 46083f984b5SSunitha Harish {}, 461ba27e59eSEd Tanous "Update any URI values to include an IP address instead of a network name and resubmit the request.", 46283f984b5SSunitha Harish }}, 46383f984b5SSunitha Harish MessageEntry{ 46470304cb5SJason M. Bills "NoOperation", 46570304cb5SJason M. Bills { 466ba27e59eSEd Tanous "Indicates that the requested operation will not perform any changes on the service.", 467ba27e59eSEd Tanous "The request body submitted contain no data to act upon and no changes to the resource took place.", 468271584abSEd Tanous "Warning", 469e7808c93SGunnar Mills "Warning", 470271584abSEd Tanous 0, 471271584abSEd Tanous {}, 47270304cb5SJason M. Bills "Add properties in the JSON object and resubmit the request.", 47370304cb5SJason M. Bills }}, 47470304cb5SJason M. Bills MessageEntry{ 47570304cb5SJason M. Bills "NoValidSession", 47670304cb5SJason M. Bills { 477ba27e59eSEd Tanous "Indicates that the operation failed because a valid session is required in order to access any resources.", 478271584abSEd Tanous "There is no valid session established with the implementation.", 479271584abSEd Tanous "Critical", 480e7808c93SGunnar Mills "Critical", 481271584abSEd Tanous 0, 482271584abSEd Tanous {}, 483e7808c93SGunnar Mills "Establish a session before attempting any operations.", 484e7808c93SGunnar Mills }}, 485e7808c93SGunnar Mills MessageEntry{ 486e7808c93SGunnar Mills "OperationFailed", 487e7808c93SGunnar Mills { 488ba27e59eSEd 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.", 489ba27e59eSEd Tanous "An error occurred internal to the service as part of the overall request. Partial results may have been returned.", 490e7808c93SGunnar Mills "Warning", 491e7808c93SGunnar Mills "Warning", 492e7808c93SGunnar Mills 0, 493e7808c93SGunnar Mills {}, 494ba27e59eSEd Tanous "Resubmit the request. If the problem persists, consider resetting the service or provider.", 495e7808c93SGunnar Mills }}, 496e7808c93SGunnar Mills MessageEntry{ 497ba27e59eSEd Tanous "OperationTimeout", 498e7808c93SGunnar Mills { 499ba27e59eSEd 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.", 500ba27e59eSEd Tanous "A timeout internal to the service occured as part of the request. Partial results may have been returned.", 501ba27e59eSEd Tanous "Warning", 502ba27e59eSEd Tanous "Warning", 503ba27e59eSEd Tanous 0, 504ba27e59eSEd Tanous {}, 505ba27e59eSEd Tanous "Resubmit the request. If the problem persists, consider resetting the service or provider.", 506ba27e59eSEd Tanous }}, 507*4d99bbb0SEd Tanous MessageEntry{ 508*4d99bbb0SEd Tanous "PasswordChangeRequired", 509ba27e59eSEd Tanous { 510ba27e59eSEd 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.", 511ba27e59eSEd 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.", 512e7808c93SGunnar Mills "Critical", 513e7808c93SGunnar Mills "Critical", 514e7808c93SGunnar Mills 1, 515e7808c93SGunnar Mills { 516e7808c93SGunnar Mills "string", 517e7808c93SGunnar Mills }, 518ba27e59eSEd Tanous "Change the password for this account using a PATCH to the Password property at the URI provided.", 519e7808c93SGunnar Mills }}, 520ba27e59eSEd Tanous MessageEntry{ 521ba27e59eSEd Tanous "PreconditionFailed", 522e7808c93SGunnar Mills { 523ba27e59eSEd Tanous "Indicates that the ETag supplied did not match the current ETag of the resource.", 524ba27e59eSEd Tanous "The ETag supplied did not match the ETag required to change this resource.", 525e7808c93SGunnar Mills "Critical", 526e7808c93SGunnar Mills "Critical", 527e7808c93SGunnar Mills 0, 528e7808c93SGunnar Mills {}, 529e7808c93SGunnar Mills "Try the operation again using the appropriate ETag.", 530e7808c93SGunnar Mills }}, 531ba27e59eSEd Tanous MessageEntry{ 532ba27e59eSEd Tanous "PreconditionRequired", 533e7808c93SGunnar Mills { 534ba27e59eSEd 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.", 535ba27e59eSEd Tanous "A precondition header or annotation is required to change this resource.", 536e7808c93SGunnar Mills "Critical", 537e7808c93SGunnar Mills "Critical", 538e7808c93SGunnar Mills 0, 539e7808c93SGunnar Mills {}, 540ba27e59eSEd Tanous "Try the operation again using an If-Match or If-None-Match header and appropriate ETag.", 54170304cb5SJason M. Bills }}, 542fc8a2b87SEd Tanous MessageEntry{ 543fc8a2b87SEd Tanous "PropertyDeprecated", 544fc8a2b87SEd Tanous { 545fc8a2b87SEd Tanous "Indicates the property is deprecated.", 546fc8a2b87SEd Tanous "The deprecated property %1 was included in the request body.", 547fc8a2b87SEd Tanous "Warning", 548fc8a2b87SEd Tanous "Warning", 549fc8a2b87SEd Tanous 1, 550fc8a2b87SEd Tanous { 551fc8a2b87SEd Tanous "string", 552fc8a2b87SEd Tanous }, 553fc8a2b87SEd Tanous "Refer to the schema guide for more information.", 554fc8a2b87SEd Tanous }}, 555ba27e59eSEd Tanous MessageEntry{ 556ba27e59eSEd Tanous "PropertyDuplicate", 55770304cb5SJason M. Bills { 558ba27e59eSEd Tanous "Indicates that a duplicate property was included in the request body.", 559271584abSEd Tanous "The property %1 was duplicated in the request.", 560271584abSEd Tanous "Warning", 561e7808c93SGunnar Mills "Warning", 562271584abSEd Tanous 1, 56370304cb5SJason M. Bills { 56470304cb5SJason M. Bills "string", 56570304cb5SJason M. Bills }, 566ba27e59eSEd Tanous "Remove the duplicate property from the request body and resubmit the request if the operation failed.", 56770304cb5SJason M. Bills }}, 56870304cb5SJason M. Bills MessageEntry{ 56970304cb5SJason M. Bills "PropertyMissing", 57070304cb5SJason M. Bills { 571ba27e59eSEd Tanous "Indicates that a required property was not supplied as part of the request.", 572ba27e59eSEd Tanous "The property %1 is a required property and must be included in the request.", 573271584abSEd Tanous "Warning", 574e7808c93SGunnar Mills "Warning", 575271584abSEd Tanous 1, 57670304cb5SJason M. Bills { 57770304cb5SJason M. Bills "string", 57870304cb5SJason M. Bills }, 579ba27e59eSEd Tanous "Ensure that the property is in the request body and has a valid value and resubmit the request if the operation failed.", 58070304cb5SJason M. Bills }}, 581ba27e59eSEd Tanous MessageEntry{ 582ba27e59eSEd Tanous "PropertyNotWritable", 58370304cb5SJason M. Bills { 584ba27e59eSEd Tanous "Indicates that a property was given a value in the request body, but the property is a readonly property.", 585ba27e59eSEd Tanous "The property %1 is a read only property and cannot be assigned a value.", 586271584abSEd Tanous "Warning", 587e7808c93SGunnar Mills "Warning", 588271584abSEd Tanous 1, 58970304cb5SJason M. Bills { 59070304cb5SJason M. Bills "string", 59170304cb5SJason M. Bills }, 592ba27e59eSEd Tanous "Remove the property from the request body and resubmit the request if the operation failed.", 59370304cb5SJason M. Bills }}, 594ba27e59eSEd Tanous MessageEntry{ 595ba27e59eSEd Tanous "PropertyUnknown", 59670304cb5SJason M. Bills { 597ba27e59eSEd Tanous "Indicates that an unknown property was included in the request body.", 598ba27e59eSEd Tanous "The property %1 is not in the list of valid properties for the resource.", 599271584abSEd Tanous "Warning", 600e7808c93SGunnar Mills "Warning", 601271584abSEd Tanous 1, 60270304cb5SJason M. Bills { 60370304cb5SJason M. Bills "string", 60470304cb5SJason M. Bills }, 605ba27e59eSEd Tanous "Remove the unknown property from the request body and resubmit the request if the operation failed.", 60670304cb5SJason M. Bills }}, 607e7808c93SGunnar Mills MessageEntry{ 608e7808c93SGunnar Mills "PropertyValueConflict", 609e7808c93SGunnar Mills { 610ba27e59eSEd Tanous "Indicates that the requested write of a property value could not be completed, because of a conflict with another property value.", 611ba27e59eSEd Tanous "The property '%1' could not be written because its value would conflict with the value of the '%2' property.", 612e7808c93SGunnar Mills "Warning", 613e7808c93SGunnar Mills "Warning", 614e7808c93SGunnar Mills 2, 615e7808c93SGunnar Mills { 616e7808c93SGunnar Mills "string", 617e7808c93SGunnar Mills "string", 618e7808c93SGunnar Mills }, 619e7808c93SGunnar Mills "No resolution is required.", 620e7808c93SGunnar Mills }}, 621ba27e59eSEd Tanous MessageEntry{ 622ba27e59eSEd Tanous "PropertyValueDeprecated", 623fc8a2b87SEd Tanous { 624fc8a2b87SEd Tanous "Indicates that a property was given a deprecated value.", 625fc8a2b87SEd Tanous "The value '%1' for the property %2 is deprecated.", 626fc8a2b87SEd Tanous "Warning", 627fc8a2b87SEd Tanous "Warning", 628fc8a2b87SEd Tanous 1, 629fc8a2b87SEd Tanous { 630fc8a2b87SEd Tanous "string", 631fc8a2b87SEd Tanous "string", 632fc8a2b87SEd Tanous }, 633fc8a2b87SEd Tanous "Refer to the schema guide for more information.", 634fc8a2b87SEd Tanous }}, 635ba27e59eSEd Tanous MessageEntry{ 636ba27e59eSEd Tanous "PropertyValueError", 63783f984b5SSunitha Harish { 63883f984b5SSunitha Harish "Indicates that a property was given an invalid value.", 63983f984b5SSunitha Harish "The value provided for the property %1 is not valid.", 64083f984b5SSunitha Harish "Warning", 64183f984b5SSunitha Harish "Warning", 64283f984b5SSunitha Harish 1, 64383f984b5SSunitha Harish { 64483f984b5SSunitha Harish "string", 64583f984b5SSunitha Harish }, 646ba27e59eSEd Tanous "Correct the value for the property in the request body and resubmit the request if the operation failed.", 64783f984b5SSunitha Harish }}, 648fc8a2b87SEd Tanous MessageEntry{ 649fc8a2b87SEd Tanous "PropertyValueExternalConflict", 650fc8a2b87SEd Tanous { 651ba27e59eSEd 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.", 652ba27e59eSEd 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.", 653fc8a2b87SEd Tanous "Warning", 654fc8a2b87SEd Tanous "Warning", 655fc8a2b87SEd Tanous 2, 656fc8a2b87SEd Tanous { 657fc8a2b87SEd Tanous "string", 658fc8a2b87SEd Tanous "string", 659fc8a2b87SEd Tanous }, 660fc8a2b87SEd Tanous "No resolution is required.", 661fc8a2b87SEd Tanous }}, 662ba27e59eSEd Tanous MessageEntry{ 663ba27e59eSEd Tanous "PropertyValueFormatError", 664271584abSEd Tanous { 665ba27e59eSEd Tanous "Indicates that a property was given the correct value type but the value of that property was not supported.", 666ba27e59eSEd Tanous "The value '%1' for the property %2 is of a different format than the property can accept.", 667271584abSEd Tanous "Warning", 668e7808c93SGunnar Mills "Warning", 669271584abSEd Tanous 2, 670271584abSEd Tanous { 671271584abSEd Tanous "string", 672271584abSEd Tanous "string", 673271584abSEd Tanous }, 674ba27e59eSEd Tanous "Correct the value for the property in the request body and resubmit the request if the operation failed.", 675271584abSEd Tanous }}, 676ba27e59eSEd Tanous MessageEntry{ 677ba27e59eSEd Tanous "PropertyValueIncorrect", 678e7808c93SGunnar Mills { 679ba27e59eSEd 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.", 680ba27e59eSEd 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.", 681e7808c93SGunnar Mills "Warning", 682e7808c93SGunnar Mills "Warning", 683e7808c93SGunnar Mills 2, 684e7808c93SGunnar Mills { 685e7808c93SGunnar Mills "string", 686e7808c93SGunnar Mills "string", 687e7808c93SGunnar Mills }, 688e7808c93SGunnar Mills "No resolution is required.", 689e7808c93SGunnar Mills }}, 690ba27e59eSEd Tanous MessageEntry{ 691ba27e59eSEd Tanous "PropertyValueModified", 69270304cb5SJason M. Bills { 693ba27e59eSEd 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.", 694ba27e59eSEd Tanous "The property %1 was assigned the value '%2' due to modification by the service.", 695271584abSEd Tanous "Warning", 696e7808c93SGunnar Mills "Warning", 697271584abSEd Tanous 2, 69870304cb5SJason M. Bills { 69970304cb5SJason M. Bills "string", 70070304cb5SJason M. Bills "string", 70170304cb5SJason M. Bills }, 702271584abSEd Tanous "No resolution is required.", 70370304cb5SJason M. Bills }}, 70470304cb5SJason M. Bills MessageEntry{ 70570304cb5SJason M. Bills "PropertyValueNotInList", 70670304cb5SJason M. Bills { 707ba27e59eSEd 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.", 708ba27e59eSEd Tanous "The value '%1' for the property %2 is not in the list of acceptable values.", 709271584abSEd Tanous "Warning", 710e7808c93SGunnar Mills "Warning", 711271584abSEd Tanous 2, 71270304cb5SJason M. Bills { 71370304cb5SJason M. Bills "string", 71470304cb5SJason M. Bills "string", 71570304cb5SJason M. Bills }, 716ba27e59eSEd Tanous "Choose a value from the enumeration list that the implementation can support and resubmit the request if the operation failed.", 71770304cb5SJason M. Bills }}, 718ba27e59eSEd Tanous MessageEntry{ 719ba27e59eSEd Tanous "PropertyValueResourceConflict", 720fc8a2b87SEd Tanous { 721ba27e59eSEd Tanous "Indicates that the requested write of a property value could not be completed, due to the current state or configuration of another resource.", 722ba27e59eSEd 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'.", 723fc8a2b87SEd Tanous "Warning", 724fc8a2b87SEd Tanous "Warning", 725fc8a2b87SEd Tanous 3, 726fc8a2b87SEd Tanous { 727fc8a2b87SEd Tanous "string", 728fc8a2b87SEd Tanous "string", 729fc8a2b87SEd Tanous "string", 730fc8a2b87SEd Tanous }, 731fc8a2b87SEd Tanous "No resolution is required.", 732fc8a2b87SEd Tanous }}, 73370304cb5SJason M. Bills MessageEntry{ 73470304cb5SJason M. Bills "PropertyValueTypeError", 73570304cb5SJason M. Bills { 736ba27e59eSEd 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.", 737ba27e59eSEd Tanous "The value '%1' for the property %2 is of a different type than the property can accept.", 738271584abSEd Tanous "Warning", 739e7808c93SGunnar Mills "Warning", 740271584abSEd Tanous 2, 74170304cb5SJason M. Bills { 74270304cb5SJason M. Bills "string", 74370304cb5SJason M. Bills "string", 74470304cb5SJason M. Bills }, 745ba27e59eSEd Tanous "Correct the value for the property in the request body and resubmit the request if the operation failed.", 74670304cb5SJason M. Bills }}, 74770304cb5SJason M. Bills MessageEntry{ 748e7808c93SGunnar Mills "QueryCombinationInvalid", 749e7808c93SGunnar Mills { 750ba27e59eSEd Tanous "Indicates the request contains multiple query parameters, and that two or more of them cannot be used together.", 751ba27e59eSEd Tanous "Two or more query parameters in the request cannot be used together.", 752e7808c93SGunnar Mills "Warning", 753e7808c93SGunnar Mills "Warning", 754e7808c93SGunnar Mills 0, 755e7808c93SGunnar Mills {}, 756ba27e59eSEd Tanous "Remove one or more of the query parameters and resubmit the request if the operation failed.", 757e7808c93SGunnar Mills }}, 758e7808c93SGunnar Mills MessageEntry{ 75970304cb5SJason M. Bills "QueryNotSupported", 76070304cb5SJason M. Bills { 76170304cb5SJason M. Bills "Indicates that query is not supported on the implementation.", 762271584abSEd Tanous "Querying is not supported by the implementation.", 763271584abSEd Tanous "Warning", 764e7808c93SGunnar Mills "Warning", 765e7808c93SGunnar Mills 0, 766e7808c93SGunnar Mills {}, 767ba27e59eSEd Tanous "Remove the query parameters and resubmit the request if the operation failed.", 768e7808c93SGunnar Mills }}, 769ba27e59eSEd Tanous MessageEntry{ 770ba27e59eSEd Tanous "QueryNotSupportedOnOperation", 771e7808c93SGunnar Mills { 772ba27e59eSEd Tanous "Indicates that query is not supported with the given operation, such as when the `$expand` query is attempted with a PATCH operation.", 773e7808c93SGunnar Mills "Querying is not supported with the requested operation.", 774e7808c93SGunnar Mills "Warning", 775e7808c93SGunnar Mills "Warning", 776271584abSEd Tanous 0, 777271584abSEd Tanous {}, 778ba27e59eSEd Tanous "Remove the query parameters and resubmit the request if the operation failed.", 77970304cb5SJason M. Bills }}, 780ba27e59eSEd Tanous MessageEntry{ 781ba27e59eSEd Tanous "QueryNotSupportedOnResource", 78270304cb5SJason M. Bills { 783ba27e59eSEd 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.", 784271584abSEd Tanous "Querying is not supported on the requested resource.", 785271584abSEd Tanous "Warning", 786e7808c93SGunnar Mills "Warning", 787271584abSEd Tanous 0, 788271584abSEd Tanous {}, 789ba27e59eSEd Tanous "Remove the query parameters and resubmit the request if the operation failed.", 79070304cb5SJason M. Bills }}, 791*4d99bbb0SEd Tanous MessageEntry{ 792*4d99bbb0SEd Tanous "QueryParameterOutOfRange", 79370304cb5SJason M. Bills { 794ba27e59eSEd 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.", 795fc8a2b87SEd Tanous "The value '%1' for the query parameter %2 is out of range %3.", 796271584abSEd Tanous "Warning", 797e7808c93SGunnar Mills "Warning", 798271584abSEd Tanous 3, 79970304cb5SJason M. Bills { 80070304cb5SJason M. Bills "string", 80170304cb5SJason M. Bills "string", 80270304cb5SJason M. Bills "string", 80370304cb5SJason M. Bills }, 804ba27e59eSEd 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.", 80570304cb5SJason M. Bills }}, 806fc8a2b87SEd Tanous MessageEntry{ 80783f984b5SSunitha Harish "QueryParameterValueError", 80883f984b5SSunitha Harish { 80983f984b5SSunitha Harish "Indicates that a query parameter was given an invalid value.", 81083f984b5SSunitha Harish "The value for the parameter %1 is invalid.", 81183f984b5SSunitha Harish "Warning", 81283f984b5SSunitha Harish "Warning", 81383f984b5SSunitha Harish 1, 81483f984b5SSunitha Harish { 81583f984b5SSunitha Harish "string", 81683f984b5SSunitha Harish }, 817ba27e59eSEd Tanous "Correct the value for the query parameter in the request and resubmit the request if the operation failed.", 81883f984b5SSunitha Harish }}, 81983f984b5SSunitha Harish MessageEntry{ 820fc8a2b87SEd Tanous "QueryParameterValueFormatError", 82170304cb5SJason M. Bills { 822ba27e59eSEd 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.", 823ba27e59eSEd Tanous "The value '%1' for the parameter %2 is of a different format than the parameter can accept.", 824271584abSEd Tanous "Warning", 825e7808c93SGunnar Mills "Warning", 826271584abSEd Tanous 2, 82770304cb5SJason M. Bills { 82870304cb5SJason M. Bills "string", 82970304cb5SJason M. Bills "string", 83070304cb5SJason M. Bills }, 831ba27e59eSEd Tanous "Correct the value for the query parameter in the request and resubmit the request if the operation failed.", 83270304cb5SJason M. Bills }}, 833ba27e59eSEd Tanous MessageEntry{ 834ba27e59eSEd Tanous "QueryParameterValueTypeError", 83570304cb5SJason M. Bills { 836ba27e59eSEd 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.", 837ba27e59eSEd Tanous "The value '%1' for the query parameter %2 is of a different type than the parameter can accept.", 838271584abSEd Tanous "Warning", 839e7808c93SGunnar Mills "Warning", 840271584abSEd Tanous 2, 84170304cb5SJason M. Bills { 84270304cb5SJason M. Bills "string", 84370304cb5SJason M. Bills "string", 84470304cb5SJason M. Bills }, 845ba27e59eSEd Tanous "Correct the value for the query parameter in the request and resubmit the request if the operation failed.", 84670304cb5SJason M. Bills }}, 847e7808c93SGunnar Mills MessageEntry{ 848e7808c93SGunnar Mills "ResetRequired", 849e7808c93SGunnar Mills { 850ba27e59eSEd Tanous "Indicates that a component reset is required for changes or operations to complete.", 851ba27e59eSEd Tanous "In order to complete the operation, a component reset is required with the Reset action URI '%1' and ResetType '%2'.", 852e7808c93SGunnar Mills "Warning", 853e7808c93SGunnar Mills "Warning", 854e7808c93SGunnar Mills 2, 855e7808c93SGunnar Mills { 856e7808c93SGunnar Mills "string", 857e7808c93SGunnar Mills "string", 858e7808c93SGunnar Mills }, 859fc8a2b87SEd Tanous "Perform the required reset action on the specified component.", 860e7808c93SGunnar Mills }}, 861ba27e59eSEd Tanous MessageEntry{ 862ba27e59eSEd Tanous "ResourceAlreadyExists", 86370304cb5SJason M. Bills { 864ba27e59eSEd Tanous "Indicates that a resource change or creation was attempted but that the operation cannot proceed because the resource already exists.", 865ba27e59eSEd Tanous "The requested resource of type %1 with the property %2 with the value '%3' already exists.", 866271584abSEd Tanous "Critical", 867e7808c93SGunnar Mills "Critical", 868271584abSEd Tanous 3, 86970304cb5SJason M. Bills { 87070304cb5SJason M. Bills "string", 87170304cb5SJason M. Bills "string", 87270304cb5SJason M. Bills "string", 87370304cb5SJason M. Bills }, 874ba27e59eSEd Tanous "Do not repeat the create operation as the resource has already been created.", 87570304cb5SJason M. Bills }}, 87670304cb5SJason M. Bills MessageEntry{ 87770304cb5SJason M. Bills "ResourceAtUriInUnknownFormat", 87870304cb5SJason M. Bills { 879ba27e59eSEd Tanous "Indicates that the URI was valid but the resource or image at that URI was in a format not supported by the service.", 880ba27e59eSEd Tanous "The resource at '%1' is in a format not recognized by the service.", 881271584abSEd Tanous "Critical", 882e7808c93SGunnar Mills "Critical", 883271584abSEd Tanous 1, 88470304cb5SJason M. Bills { 88570304cb5SJason M. Bills "string", 88670304cb5SJason M. Bills }, 887ba27e59eSEd Tanous "Place an image or resource or file that is recognized by the service at the URI.", 88870304cb5SJason M. Bills }}, 889ba27e59eSEd Tanous MessageEntry{ 890ba27e59eSEd Tanous "ResourceAtUriUnauthorized", 89170304cb5SJason M. Bills { 892ba27e59eSEd Tanous "Indicates that the attempt to access the resource, file, or image at the URI was unauthorized.", 893ba27e59eSEd Tanous "While accessing the resource at '%1', the service received an authorization error '%2'.", 894271584abSEd Tanous "Critical", 895e7808c93SGunnar Mills "Critical", 896271584abSEd Tanous 2, 89770304cb5SJason M. Bills { 89870304cb5SJason M. Bills "string", 89970304cb5SJason M. Bills "string", 90070304cb5SJason M. Bills }, 901ba27e59eSEd Tanous "Ensure that the appropriate access is provided for the service in order for it to access the URI.", 90270304cb5SJason M. Bills }}, 903ba27e59eSEd Tanous MessageEntry{ 904ba27e59eSEd Tanous "ResourceCannotBeDeleted", 90570304cb5SJason M. Bills { 906ba27e59eSEd Tanous "Indicates that a delete operation was attempted on a resource that cannot be deleted.", 907ba27e59eSEd Tanous "The delete request failed because the resource requested cannot be deleted.", 908271584abSEd Tanous "Critical", 909e7808c93SGunnar Mills "Critical", 910271584abSEd Tanous 0, 911271584abSEd Tanous {}, 912271584abSEd Tanous "Do not attempt to delete a non-deletable resource.", 91370304cb5SJason M. Bills }}, 91470304cb5SJason M. Bills MessageEntry{ 915e7808c93SGunnar Mills "ResourceCreationConflict", 916e7808c93SGunnar Mills { 917ba27e59eSEd Tanous "Indicates that the requested resource creation could not be completed because the service has a resource that conflicts with the request.", 918ba27e59eSEd Tanous "The resource could not be created. The service has a resource at URI '%1' that conflicts with the creation request.", 919e7808c93SGunnar Mills "Warning", 920e7808c93SGunnar Mills "Warning", 921e7808c93SGunnar Mills 1, 922e7808c93SGunnar Mills { 923e7808c93SGunnar Mills "string", 924e7808c93SGunnar Mills }, 925e7808c93SGunnar Mills "No resolution is required.", 926e7808c93SGunnar Mills }}, 927e7808c93SGunnar Mills MessageEntry{ 928fc8a2b87SEd Tanous "ResourceDeprecated", 929fc8a2b87SEd Tanous { 930fc8a2b87SEd Tanous "Indicates the resource is deprecated.", 931fc8a2b87SEd Tanous "The operation was performed on a deprecated resource '%1'.", 932fc8a2b87SEd Tanous "Warning", 933fc8a2b87SEd Tanous "Warning", 934fc8a2b87SEd Tanous 1, 935fc8a2b87SEd Tanous { 936fc8a2b87SEd Tanous "string", 937fc8a2b87SEd Tanous }, 938fc8a2b87SEd Tanous "Refer to the schema guide for more information.", 939fc8a2b87SEd Tanous }}, 940fc8a2b87SEd Tanous MessageEntry{ 94170304cb5SJason M. Bills "ResourceExhaustion", 94270304cb5SJason M. Bills { 943ba27e59eSEd 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.", 944ba27e59eSEd Tanous "The resource '%1' was unable to satisfy the request due to unavailability of resources.", 945271584abSEd Tanous "Critical", 946e7808c93SGunnar Mills "Critical", 947271584abSEd Tanous 1, 94870304cb5SJason M. Bills { 94970304cb5SJason M. Bills "string", 95070304cb5SJason M. Bills }, 951271584abSEd Tanous "Ensure that the resources are available and resubmit the request.", 95270304cb5SJason M. Bills }}, 953ba27e59eSEd Tanous MessageEntry{ 954ba27e59eSEd Tanous "ResourceInStandby", 95570304cb5SJason M. Bills { 956ba27e59eSEd Tanous "Indicates that the request could not be performed because the resource is in standby.", 957ba27e59eSEd Tanous "The request could not be performed because the resource is in standby.", 958271584abSEd Tanous "Critical", 959e7808c93SGunnar Mills "Critical", 960271584abSEd Tanous 0, 961271584abSEd Tanous {}, 962ba27e59eSEd Tanous "Ensure that the resource is in the correct power state and resubmit the request.", 96370304cb5SJason M. Bills }}, 964ba27e59eSEd Tanous MessageEntry{ 965ba27e59eSEd Tanous "ResourceInUse", 96670304cb5SJason M. Bills { 967ba27e59eSEd Tanous "Indicates that a change was requested to a resource but the change was rejected due to the resource being in use or transition.", 968ba27e59eSEd Tanous "The change to the requested resource failed because the resource is in use or in transition.", 969271584abSEd Tanous "Warning", 970e7808c93SGunnar Mills "Warning", 971271584abSEd Tanous 0, 972271584abSEd Tanous {}, 973ba27e59eSEd Tanous "Remove the condition and resubmit the request if the operation failed.", 97470304cb5SJason M. Bills }}, 97570304cb5SJason M. Bills MessageEntry{ 97670304cb5SJason M. Bills "ResourceMissingAtURI", 97770304cb5SJason M. Bills { 978ba27e59eSEd 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.", 979fc8a2b87SEd Tanous "The resource at the URI '%1' was not found.", 980271584abSEd Tanous "Critical", 981e7808c93SGunnar Mills "Critical", 982271584abSEd Tanous 1, 98370304cb5SJason M. Bills { 98470304cb5SJason M. Bills "string", 98570304cb5SJason M. Bills }, 986ba27e59eSEd Tanous "Place a valid resource at the URI or correct the URI and resubmit the request.", 98770304cb5SJason M. Bills }}, 98870304cb5SJason M. Bills MessageEntry{ 98970304cb5SJason M. Bills "ResourceNotFound", 99070304cb5SJason M. Bills { 991ba27e59eSEd Tanous "Indicates that the operation expected a resource identifier that corresponds to an existing resource but one was not found.", 992fc8a2b87SEd Tanous "The requested resource of type %1 named '%2' was not found.", 993271584abSEd Tanous "Critical", 994e7808c93SGunnar Mills "Critical", 995271584abSEd Tanous 2, 99670304cb5SJason M. Bills { 99770304cb5SJason M. Bills "string", 99870304cb5SJason M. Bills "string", 99970304cb5SJason M. Bills }, 100070304cb5SJason M. Bills "Provide a valid resource identifier and resubmit the request.", 100170304cb5SJason M. Bills }}, 100270304cb5SJason M. Bills MessageEntry{ 100370304cb5SJason M. Bills "ResourceTypeIncompatible", 100470304cb5SJason M. Bills { 1005ba27e59eSEd 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.", 1006ba27e59eSEd Tanous "The @odata.type of the request body %1 is incompatible with the @odata.type of the resource, which is %2.", 1007271584abSEd Tanous "Critical", 1008e7808c93SGunnar Mills "Critical", 1009271584abSEd Tanous 2, 101070304cb5SJason M. Bills { 101170304cb5SJason M. Bills "string", 101270304cb5SJason M. Bills "string", 101370304cb5SJason M. Bills }, 1014ba27e59eSEd Tanous "Resubmit the request with a payload compatible with the resource's schema.", 101570304cb5SJason M. Bills }}, 1016ba27e59eSEd Tanous MessageEntry{ 1017ba27e59eSEd Tanous "RestrictedPrivilege", 1018fc8a2b87SEd Tanous { 1019ba27e59eSEd Tanous "Indicates that the operation was not successful because a privilege is restricted.", 1020ba27e59eSEd Tanous "The operation was not successful because the privilege '%1' is restricted.", 1021fc8a2b87SEd Tanous "Warning", 1022fc8a2b87SEd Tanous "Warning", 1023fc8a2b87SEd Tanous 1, 1024fc8a2b87SEd Tanous { 1025fc8a2b87SEd Tanous "string", 1026fc8a2b87SEd Tanous }, 1027ba27e59eSEd Tanous "Remove restricted privileges from the request body and resubmit the request.", 1028fc8a2b87SEd Tanous }}, 1029ba27e59eSEd Tanous MessageEntry{ 1030ba27e59eSEd Tanous "RestrictedRole", 1031fc8a2b87SEd Tanous { 1032ba27e59eSEd Tanous "Indicates that the operation was not successful because the role is restricted.", 1033ba27e59eSEd Tanous "The operation was not successful because the role '%1' is restricted.", 1034fc8a2b87SEd Tanous "Warning", 1035fc8a2b87SEd Tanous "Warning", 1036fc8a2b87SEd Tanous 1, 1037fc8a2b87SEd Tanous { 1038fc8a2b87SEd Tanous "string", 1039fc8a2b87SEd Tanous }, 1040ba27e59eSEd Tanous "No resolution is required. For standard roles, consider using the role specified in the AlternateRoleId property in the Role resource.", 1041fc8a2b87SEd Tanous }}, 104270304cb5SJason M. Bills MessageEntry{ 104383f984b5SSunitha Harish "ServiceDisabled", 104483f984b5SSunitha Harish { 1045ba27e59eSEd Tanous "Indicates that the operation failed because the service, such as the account service, is disabled and cannot accept requests.", 1046ba27e59eSEd Tanous "The operation failed because the service at %1 is disabled and cannot accept requests.", 104783f984b5SSunitha Harish "Warning", 104883f984b5SSunitha Harish "Warning", 104983f984b5SSunitha Harish 1, 105083f984b5SSunitha Harish { 105183f984b5SSunitha Harish "string", 105283f984b5SSunitha Harish }, 1053ba27e59eSEd Tanous "Enable the service and resubmit the request if the operation failed.", 105483f984b5SSunitha Harish }}, 105583f984b5SSunitha Harish MessageEntry{ 105670304cb5SJason M. Bills "ServiceInUnknownState", 105770304cb5SJason M. Bills { 1058ba27e59eSEd Tanous "Indicates that the operation failed because the service is in an unknown state and cannot accept additional requests.", 1059ba27e59eSEd Tanous "The operation failed because the service is in an unknown state and can no longer take incoming requests.", 1060271584abSEd Tanous "Critical", 1061e7808c93SGunnar Mills "Critical", 1062271584abSEd Tanous 0, 1063271584abSEd Tanous {}, 1064ba27e59eSEd Tanous "Restart the service and resubmit the request if the operation failed.", 106570304cb5SJason M. Bills }}, 1066ba27e59eSEd Tanous MessageEntry{ 1067ba27e59eSEd Tanous "ServiceShuttingDown", 106870304cb5SJason M. Bills { 1069ba27e59eSEd Tanous "Indicates that the operation failed as the service is shutting down, such as when the service reboots.", 1070ba27e59eSEd Tanous "The operation failed because the service is shutting down and can no longer take incoming requests.", 1071271584abSEd Tanous "Critical", 1072e7808c93SGunnar Mills "Critical", 1073271584abSEd Tanous 0, 1074271584abSEd Tanous {}, 1075ba27e59eSEd Tanous "When the service becomes available, resubmit the request if the operation failed.", 107670304cb5SJason M. Bills }}, 107770304cb5SJason M. Bills MessageEntry{ 107870304cb5SJason M. Bills "ServiceTemporarilyUnavailable", 107970304cb5SJason M. Bills { 1080271584abSEd Tanous "Indicates the service is temporarily unavailable.", 108170304cb5SJason M. Bills "The service is temporarily unavailable. Retry in %1 seconds.", 1082271584abSEd Tanous "Critical", 1083e7808c93SGunnar Mills "Critical", 1084271584abSEd Tanous 1, 108570304cb5SJason M. Bills { 108670304cb5SJason M. Bills "string", 108770304cb5SJason M. Bills }, 1088271584abSEd Tanous "Wait for the indicated retry duration and retry the operation.", 108970304cb5SJason M. Bills }}, 109070304cb5SJason M. Bills MessageEntry{ 109170304cb5SJason M. Bills "SessionLimitExceeded", 109270304cb5SJason M. Bills { 1093ba27e59eSEd 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.", 1094ba27e59eSEd Tanous "The session establishment failed due to the number of simultaneous sessions exceeding the limit of the implementation.", 1095271584abSEd Tanous "Critical", 1096e7808c93SGunnar Mills "Critical", 1097271584abSEd Tanous 0, 1098271584abSEd Tanous {}, 1099ba27e59eSEd Tanous "Reduce the number of other sessions before trying to establish the session or increase the limit of simultaneous sessions, if supported.", 110070304cb5SJason M. Bills }}, 110170304cb5SJason M. Bills MessageEntry{ 110270304cb5SJason M. Bills "SessionTerminated", 110370304cb5SJason M. Bills { 1104ba27e59eSEd Tanous "Indicates that the DELETE operation on the session resource resulted in the successful termination of the session.", 1105271584abSEd Tanous "The session was successfully terminated.", 1106271584abSEd Tanous "OK", 1107e7808c93SGunnar Mills "OK", 1108271584abSEd Tanous 0, 1109271584abSEd Tanous {}, 1110271584abSEd Tanous "No resolution is required.", 111170304cb5SJason M. Bills }}, 111270304cb5SJason M. Bills MessageEntry{ 111370304cb5SJason M. Bills "SourceDoesNotSupportProtocol", 111470304cb5SJason M. Bills { 1115ba27e59eSEd 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.", 1116ba27e59eSEd Tanous "The other end of the connection at '%1' does not support the specified protocol %2.", 1117271584abSEd Tanous "Critical", 1118e7808c93SGunnar Mills "Critical", 1119271584abSEd Tanous 2, 112070304cb5SJason M. Bills { 112170304cb5SJason M. Bills "string", 112270304cb5SJason M. Bills "string", 112370304cb5SJason M. Bills }, 1124271584abSEd Tanous "Change protocols or URIs.", 112570304cb5SJason M. Bills }}, 1126ba27e59eSEd Tanous MessageEntry{ 1127ba27e59eSEd Tanous "StrictAccountTypes", 1128fc8a2b87SEd Tanous { 1129ba27e59eSEd Tanous "Indicates the request failed because a set of `AccountTypes` or `OEMAccountTypes` was not accepted while `StrictAccountTypes` is set to `true`.", 1130ba27e59eSEd Tanous "The request was not possible to fulfill with the account types included in property '%1' and property StrictAccountTypes set to true.", 1131fc8a2b87SEd Tanous "Warning", 1132fc8a2b87SEd Tanous "Warning", 1133fc8a2b87SEd Tanous 1, 1134fc8a2b87SEd Tanous { 1135fc8a2b87SEd Tanous "string", 1136fc8a2b87SEd Tanous }, 1137ba27e59eSEd Tanous "Resubmit the request either with an acceptable set of AccountTypes and OEMAccountTypes or with StrictAccountTypes set to false.", 1138fc8a2b87SEd Tanous }}, 1139ba27e59eSEd Tanous MessageEntry{ 1140ba27e59eSEd Tanous "StringValueTooLong", 114170304cb5SJason M. Bills { 1142ba27e59eSEd 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.", 1143fc8a2b87SEd Tanous "The string '%1' exceeds the length limit %2.", 1144271584abSEd Tanous "Warning", 1145e7808c93SGunnar Mills "Warning", 1146271584abSEd Tanous 2, 114770304cb5SJason M. Bills { 114870304cb5SJason M. Bills "string", 114970304cb5SJason M. Bills "number", 115070304cb5SJason M. Bills }, 115170304cb5SJason M. Bills "Resubmit the request with an appropriate string length.", 115270304cb5SJason M. Bills }}, 1153ba27e59eSEd Tanous MessageEntry{ 1154ba27e59eSEd Tanous "SubscriptionTerminated", 1155e7808c93SGunnar Mills { 1156ba27e59eSEd Tanous "An event subscription has been terminated by the service. No further events will be delivered.", 1157e7808c93SGunnar Mills "The event subscription has been terminated.", 1158e7808c93SGunnar Mills "OK", 1159e7808c93SGunnar Mills "OK", 1160e7808c93SGunnar Mills 0, 1161e7808c93SGunnar Mills {}, 1162e7808c93SGunnar Mills "No resolution is required.", 1163e7808c93SGunnar Mills }}, 1164ba27e59eSEd Tanous MessageEntry{ 1165ba27e59eSEd Tanous "Success", 116670304cb5SJason M. Bills { 1167ba27e59eSEd Tanous "Indicates that all conditions of a successful operation have been met.", 1168fc8a2b87SEd Tanous "The request completed successfully.", 1169271584abSEd Tanous "OK", 1170e7808c93SGunnar Mills "OK", 1171271584abSEd Tanous 0, 1172271584abSEd Tanous {}, 1173271584abSEd Tanous "None", 117470304cb5SJason M. Bills }}, 117570304cb5SJason M. Bills MessageEntry{ 1176fc8a2b87SEd Tanous "UndeterminedFault", 1177fc8a2b87SEd Tanous { 1178ba27e59eSEd Tanous "Indicates that a fault or error condition exists but the source of the fault cannot be determined or is unknown to the service.", 1179fc8a2b87SEd Tanous "A undetermined fault condition has been reported by '%1'.", 1180fc8a2b87SEd Tanous "Critical", 1181fc8a2b87SEd Tanous "Critical", 1182fc8a2b87SEd Tanous 1, 118383f984b5SSunitha Harish { 118483f984b5SSunitha Harish "string", 118583f984b5SSunitha Harish }, 1186fc8a2b87SEd Tanous "None.", 1187fc8a2b87SEd Tanous }}, 1188fc8a2b87SEd Tanous MessageEntry{ 118970304cb5SJason M. Bills "UnrecognizedRequestBody", 119070304cb5SJason M. Bills { 1191ba27e59eSEd Tanous "Indicates that the service encountered an unrecognizable request body that could not even be interpreted as malformed JSON.", 1192ba27e59eSEd Tanous "The service detected a malformed request body that it was unable to interpret.", 1193271584abSEd Tanous "Warning", 1194e7808c93SGunnar Mills "Warning", 1195271584abSEd Tanous 0, 1196271584abSEd Tanous {}, 1197271584abSEd Tanous "Correct the request body and resubmit the request if it failed.", 119870304cb5SJason M. Bills }}, 1199*4d99bbb0SEd Tanous 120070304cb5SJason M. Bills }; 120130a3c431SEd Tanous 120230a3c431SEd Tanous enum class Index 120330a3c431SEd Tanous { 120430a3c431SEd Tanous accessDenied = 0, 120530a3c431SEd Tanous accountForSessionNoLongerExists = 1, 120630a3c431SEd Tanous accountModified = 2, 120730a3c431SEd Tanous accountNotModified = 3, 120830a3c431SEd Tanous accountRemoved = 4, 120930a3c431SEd Tanous actionDeprecated = 5, 121030a3c431SEd Tanous actionNotSupported = 6, 121130a3c431SEd Tanous actionParameterDuplicate = 7, 121230a3c431SEd Tanous actionParameterMissing = 8, 121330a3c431SEd Tanous actionParameterNotSupported = 9, 121430a3c431SEd Tanous actionParameterUnknown = 10, 121530a3c431SEd Tanous actionParameterValueError = 11, 121630a3c431SEd Tanous actionParameterValueFormatError = 12, 121730a3c431SEd Tanous actionParameterValueNotInList = 13, 121830a3c431SEd Tanous actionParameterValueTypeError = 14, 121930a3c431SEd Tanous chassisPowerStateOffRequired = 15, 122030a3c431SEd Tanous chassisPowerStateOnRequired = 16, 122130a3c431SEd Tanous conditionInRelatedResource = 17, 122230a3c431SEd Tanous couldNotEstablishConnection = 18, 122330a3c431SEd Tanous createFailedMissingReqProperties = 19, 122430a3c431SEd Tanous createLimitReachedForResource = 20, 122530a3c431SEd Tanous created = 21, 122630a3c431SEd Tanous emptyJSON = 22, 122730a3c431SEd Tanous eventSubscriptionLimitExceeded = 23, 122830a3c431SEd Tanous generalError = 24, 122930a3c431SEd Tanous insufficientPrivilege = 25, 123030a3c431SEd Tanous internalError = 26, 123130a3c431SEd Tanous invalidIndex = 27, 123230a3c431SEd Tanous invalidJSON = 28, 123330a3c431SEd Tanous invalidObject = 29, 123430a3c431SEd Tanous invalidURI = 30, 123530a3c431SEd Tanous malformedJSON = 31, 123630a3c431SEd Tanous maximumErrorsExceeded = 32, 123730a3c431SEd Tanous networkNameResolutionNotConfigured = 33, 123830a3c431SEd Tanous networkNameResolutionNotSupported = 34, 123930a3c431SEd Tanous noOperation = 35, 124030a3c431SEd Tanous noValidSession = 36, 124130a3c431SEd Tanous operationFailed = 37, 124230a3c431SEd Tanous operationTimeout = 38, 124330a3c431SEd Tanous passwordChangeRequired = 39, 124430a3c431SEd Tanous preconditionFailed = 40, 124530a3c431SEd Tanous preconditionRequired = 41, 124630a3c431SEd Tanous propertyDeprecated = 42, 124730a3c431SEd Tanous propertyDuplicate = 43, 124830a3c431SEd Tanous propertyMissing = 44, 124930a3c431SEd Tanous propertyNotWritable = 45, 125030a3c431SEd Tanous propertyUnknown = 46, 125130a3c431SEd Tanous propertyValueConflict = 47, 125230a3c431SEd Tanous propertyValueDeprecated = 48, 125330a3c431SEd Tanous propertyValueError = 49, 125430a3c431SEd Tanous propertyValueExternalConflict = 50, 125530a3c431SEd Tanous propertyValueFormatError = 51, 125630a3c431SEd Tanous propertyValueIncorrect = 52, 125730a3c431SEd Tanous propertyValueModified = 53, 125830a3c431SEd Tanous propertyValueNotInList = 54, 125930a3c431SEd Tanous propertyValueResourceConflict = 55, 126030a3c431SEd Tanous propertyValueTypeError = 56, 126130a3c431SEd Tanous queryCombinationInvalid = 57, 126230a3c431SEd Tanous queryNotSupported = 58, 126330a3c431SEd Tanous queryNotSupportedOnOperation = 59, 126430a3c431SEd Tanous queryNotSupportedOnResource = 60, 126530a3c431SEd Tanous queryParameterOutOfRange = 61, 126630a3c431SEd Tanous queryParameterValueError = 62, 126730a3c431SEd Tanous queryParameterValueFormatError = 63, 126830a3c431SEd Tanous queryParameterValueTypeError = 64, 126930a3c431SEd Tanous resetRequired = 65, 127030a3c431SEd Tanous resourceAlreadyExists = 66, 127130a3c431SEd Tanous resourceAtUriInUnknownFormat = 67, 127230a3c431SEd Tanous resourceAtUriUnauthorized = 68, 127330a3c431SEd Tanous resourceCannotBeDeleted = 69, 127430a3c431SEd Tanous resourceCreationConflict = 70, 127530a3c431SEd Tanous resourceDeprecated = 71, 127630a3c431SEd Tanous resourceExhaustion = 72, 127730a3c431SEd Tanous resourceInStandby = 73, 127830a3c431SEd Tanous resourceInUse = 74, 127930a3c431SEd Tanous resourceMissingAtURI = 75, 128030a3c431SEd Tanous resourceNotFound = 76, 128130a3c431SEd Tanous resourceTypeIncompatible = 77, 128230a3c431SEd Tanous restrictedPrivilege = 78, 128330a3c431SEd Tanous restrictedRole = 79, 128430a3c431SEd Tanous serviceDisabled = 80, 128530a3c431SEd Tanous serviceInUnknownState = 81, 128630a3c431SEd Tanous serviceShuttingDown = 82, 128730a3c431SEd Tanous serviceTemporarilyUnavailable = 83, 128830a3c431SEd Tanous sessionLimitExceeded = 84, 128930a3c431SEd Tanous sessionTerminated = 85, 129030a3c431SEd Tanous sourceDoesNotSupportProtocol = 86, 129130a3c431SEd Tanous strictAccountTypes = 87, 129230a3c431SEd Tanous stringValueTooLong = 88, 129330a3c431SEd Tanous subscriptionTerminated = 89, 129430a3c431SEd Tanous success = 90, 129530a3c431SEd Tanous undeterminedFault = 91, 129630a3c431SEd Tanous unrecognizedRequestBody = 92, 129730a3c431SEd Tanous }; 129870304cb5SJason M. Bills } // namespace redfish::message_registries::base 1299