Join us online - October 21st
Save your spot

Type Alias GenericError

type GenericError = {
    error: string;
    status: HttpStatusCode;
}
Index

Properties

Properties

error: string
status: HttpStatusCode

Was this helpful?