Show / Hide Table of Contents

Enum ApiStatusCode

Defines common status codes that the API can send in the response.

Namespace: Celerik.NetCore.Services
Assembly: cs.temp.dll.dll
Syntax
public enum ApiStatusCode

Fields

Name Description
BadRequest

Something in the request payload is invalid.

Error

There was an internal server error.

Format

Some argument in the request payload has an invalid format.

Ok

The process ran successfully.

In This Article
Back to top Generated by DocFX