ErrorCodes Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |