Skip to content

Error.Source should be an object not a string #367

Closed
@jaredcnance

Description

@jaredcnance

From the spec:

source: an object containing references to the source of the error, optionally including any of the following members:

  • pointer: a JSON Pointer [RFC6901] to the associated entity in the request document [e.g. "/data" for a primary data object, or "/data/attributes/title" for a specific attribute].
  • parameter: a string indicating which URI query parameter caused the error.

public string Source { get; set; }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions