SerializableErrorKeys Class

Definition

Different keys for adding entries to an SerializableError instance so that it can be parsed to a ODataError instance

public static class SerializableErrorKeys
type SerializableErrorKeys = class
Public Class SerializableErrorKeys
Inheritance
SerializableErrorKeys

Fields

ErrorCodeKey

Provides a key for the ErrorCode.

ExceptionMessageKey

Provides a key for the ExceptionMessage.

ExceptionTypeKey

Provides a key for the ExceptionType.

InnerExceptionKey

Provides a key for the InnerException.

MessageDetailKey

Provides a key for the MessageDetail.

MessageKey

Provides a key for the Message.

MessageLanguageKey

Provides a key for the MessageLanguage.

ModelStateKey

Provides a key for the ModelState.

StackTraceKey

Provides a key for the StackTrace.

Applies to