Show / Hide Table of Contents

Enum ApiMessageType

Defines the possible types of messages that the API can send in the response.

Namespace: Celerik.NetCore.HttpClient
Assembly: cs.temp.dll.dll
Syntax
public enum ApiMessageType

Fields

Name Description
Error

There was an error executing the process.

Info

The process ran successfully and some contextual information is sent.

Success

The process ran successfully.

Warning

The process ran successfully but there is a warning message.

Back to top Generated by DocFX