Class SchemaRegistryErrorCode
- Namespace
- Azure.Iot.Operations.Services.SchemaRegistry.Generated
- Assembly
- Azure.Iot.Operations.Services.dll
public static class SchemaRegistryErrorCode
- Inheritance
-
SchemaRegistryErrorCode
- Inherited Members
Fields
BadRequest
The request is invalid or malformed.
public const int BadRequest = 400
Field Value
InternalError
An internal server error occurred.
public const int InternalError = 500
Field Value
NotFound
The target resource was not found.
public const int NotFound = 404