Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jaredcnance opened this issue Aug 6, 2018 · 1 comment
Closed

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

jaredcnance opened this issue Aug 6, 2018 · 1 comment
Labels

Comments

@jaredcnance
Copy link
Contributor

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; }

@jaredcnance
Copy link
Contributor Author

Closed by #369

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant