Skip to main content

http_errors/not_authenticated

Api Code Documentation / Exports / http_errors/not_authenticated

Table of contents

Variables

Variables

schema

Const schema: Object

Type declaration

NameType
descriptionstring
properties{ apiVersion: { example: string = "1.0"; type: string = "string" } ; error: { properties: { code: { example: string = "401"; type: string = "string" } ; message: { example: string = "A valid bearer-type HTTP authorization token (JWT) is required for this route."; type: string = "string" } } ; type: string = "object" } }
properties.apiVersion{ example: string = "1.0"; type: string = "string" }
properties.apiVersion.examplestring
properties.apiVersion.typestring
properties.error{ properties: { code: { example: string = "401"; type: string = "string" } ; message: { example: string = "A valid bearer-type HTTP authorization token (JWT) is required for this route."; type: string = "string" } } ; type: string = "object" }
properties.error.properties{ code: { example: string = "401"; type: string = "string" } ; message: { example: string = "A valid bearer-type HTTP authorization token (JWT) is required for this route."; type: string = "string" } }
properties.error.properties.code{ example: string = "401"; type: string = "string" }
properties.error.properties.code.examplestring
properties.error.properties.code.typestring
properties.error.properties.message{ example: string = "A valid bearer-type HTTP authorization token (JWT) is required for this route."; type: string = "string" }
properties.error.properties.message.examplestring
properties.error.properties.message.typestring
properties.error.typestring
typestring

Defined in

src/http_errors/not_authenticated.ts:1