Class BadRequestSchema
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Bad Request
[Serializable]
public record BadRequestSchema : IJsonOnDeserialized, IEquatable<BadRequestSchema>
- Inheritance
-
BadRequestSchema
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Error
[JsonPropertyName("error")]
public required BadRequestSchemaError Error { get; set; }
Property Value
Message
[JsonPropertyName("message")]
public required string Message { get; set; }
Property Value
StatusCode
[JsonPropertyName("statusCode")]
public required string StatusCode { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.