Back to Devexpress

RequestResultCode Enum

windowsforms-devexpress-dot-xtramap-d3159011.md

latest1.3 KB
Original Source

RequestResultCode Enum

Lists the values used to specify the resulting code of a request.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public enum RequestResultCode
vb
Public Enum RequestResultCode

Members

NameDescription
Success

The request was successful.

| | BadRequest |

The request was incorrect.

| | ServerError |

The request was unsuccessful because of a server error.

| | Timeout |

The request was terminated because the time was out.

|

The following properties accept/return RequestResultCode values:

Remarks

The values listed by the RequestResultCode enumeration are used to set the RequestResultBase.ResultCode property.

See Also

DevExpress.XtraMap Namespace