Skip to content

ErrorSource

class in JsonApiToolkit.Models.Errors

Identifies the source of an error (JSON pointer or query parameter).

public class ErrorSource

Constructors

ErrorSource()

Properties

Pointer : string

JSON Pointer to the error location in request body (e.g., "/data/attributes/title").

Parameter : string

Query parameter that caused the error.