Sid Gifari File Manager
🏠 Root
/
home
/
genremedia08
/
musicjukebox.overlookedtracks.com
/
common
/
resources
/
client
/
errors
/
Editing: backend-error-response.ts
export interface BackendErrorMessages { [key: string]: string | string[]; } export interface BackendErrorResponse<T = BackendErrorMessages> { errors?: T; message?: string; exception?: string; action?: {label: string; action: string}; status: number; type?: string; }
Save
Cancel