Table of Contents

Class MissingAuthorizationTokenException

Namespace
OverKizApi.Exceptions
Assembly
OverKizApi.dll

Raised when the request is missing the required authorization token header. Ensure a valid bearer token or session cookie is attached to the request.

public class MissingAuthorizationTokenException : ResourceAccessDeniedException, ISerializable, _Exception
Inheritance
MissingAuthorizationTokenException
Implements
Inherited Members

Remarks

Initialises a new instance with the specified error message.

Constructors

MissingAuthorizationTokenException(string)

Raised when the request is missing the required authorization token header. Ensure a valid bearer token or session cookie is attached to the request.

public MissingAuthorizationTokenException(string message)

Parameters

message string

The API error message.

Remarks

Initialises a new instance with the specified error message.