Skip to content

JsonApiUnauthorizedException

class in JsonApiToolkit.Models.Errors

Exception for unauthorized errors (401).

public class JsonApiUnauthorizedException

Constructors

JsonApiUnauthorizedException(message: string)

Initializes a new unauthorized exception.

Parameters - message

JsonApiUnauthorizedException(message: string, code: string, errorSource: ErrorSource, meta: Dictionary, innerException: Exception)