ErrorCodes Class

Definition

Error codes to communicate when throwing an APIException.

public class ErrorCodes
type ErrorCodes = class
Public Class ErrorCodes
Inheritance
ErrorCodes

Constructors

ErrorCodes()

Fields

BadArgument

Bad argument.

BadSyntax

Error parsing request.

MessageSizeTooBig

Message exceeded size limits.

MissingProperty

Mandatory property was not specified.

ServiceError

Other error, not specified.

Applies to