interface ProblemDetails { detail?: null | string; instance?: null | string; status?: null | number; title?: null | string; type?: null | string; [
key:
string]
: any; } Properties
Optional
detail
detail?: null | string
Optional
instance
instance?: null | string
Optional
status
status?: null | number
Optional
title
title?: null | string
Optional
type
type?: null | string
Export
ProblemDetails