Values_1.UpdateServiceSettingResultSourceThe result body of the UpdateServiceSetting API operation.
type nonrec error = [ | `InternalServerError of Values_0.InternalServerError.t| `ServiceSettingNotFound of ServiceSettingNotFound.t| `TooManyUpdates of Values_0.TooManyUpdates.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of Values_0.InternalServerError.t
| `ServiceSettingNotFound of ServiceSettingNotFound.t
| `TooManyUpdates of Values_0.TooManyUpdates.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of Values_0.InternalServerError.t
| `ServiceSettingNotFound of ServiceSettingNotFound.t
| `TooManyUpdates of Values_0.TooManyUpdates.t
| `Unknown_operation_error of string * string option ]