InvokeResponseErrorCode Enum
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.
Status code for an application/vnd.microsoft.error invoke response.
public enum InvokeResponseErrorCode
type InvokeResponseErrorCode =
Public Enum InvokeResponseErrorCode
- Inheritance
-
InvokeResponseErrorCode
Fields
Name | Value | Description |
---|---|---|
BadRequest | 400 | Invalid request. |
InternalServerError | 500 | Internal server error. |