Skip to main content
A newer version of this page is available. .

RequestResultCode Enum

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.1.dll

Declaration

public enum RequestResultCode

Members

Name Description
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.

Related API Members

The following properties accept/return RequestResultCode values:

Remarks

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

The following code snippets (auto-collected from DevExpress Examples) contain references to the RequestResultCode enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also