jamesjmeyer210 / simple-auth

0 stars 0 forks source link

Create a ProblemDetails type for HTTP error bodies #14

Closed jamesjmeyer210 closed 8 months ago

jamesjmeyer210 commented 8 months ago
title: string,
detail: string,
id: uuid,
status: http status code,
type: uri // a link to an explanation of the problem
instance: uri // where the problem occurred