Skip to main content

Interface: AuthControllerSignUp409Response

clients/platform-client/src.AuthControllerSignUp409Response

Export

AuthControllerSignUp409Response

Properties

data

data?: object

additional data that can be used by the client to handle the error

Memberof

AuthControllerSignUp409Response

Source

libs/clients/platform-client/src/lib/generated/api.ts:83


detail

detail: string

detail of the error, comprehensive message for the end user (e.g. 'customer with id 12344321 not found')

Memberof

AuthControllerSignUp409Response

Source

libs/clients/platform-client/src/lib/generated/api.ts:77


instance

instance: string

error instance, unique identifier for this particular occurrence of the problem

Memberof

AuthControllerSignUp409Response

Source

libs/clients/platform-client/src/lib/generated/api.ts:89


status

status: number

Memberof

AuthControllerSignUp409Response

Source

libs/clients/platform-client/src/lib/generated/api.ts:71


title

title: string

title of the error, short description

Memberof

AuthControllerSignUp409Response

Source

libs/clients/platform-client/src/lib/generated/api.ts:65


type

type: string

link to the docs with more details about the error

Memberof

AuthControllerSignUp409Response

Source

libs/clients/platform-client/src/lib/generated/api.ts:59


Generated using typedoc-plugin-markdown and TypeDoc