Table of Contents

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

int

InternalError

An internal server error occurred.

public const int InternalError = 500

Field Value

int

NotFound

The target resource was not found.

public const int NotFound = 404

Field Value

int