Skip to content

JsonApiNotFoundException

class in JsonApiToolkit.Models.Errors

Exception for not found errors (404).

public class JsonApiNotFoundException

Constructors

JsonApiNotFoundException(message: string)

Initializes a new not found exception.

Parameters - message

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