CustomAuthErrorclass CustomAuthError extends AuthError {constructor(message: string,name: string,status: number,code: string | undefined,);name: string;status: number;}§Extends§AuthError[src]§Constructors§new CustomAuthError(message: string, name: string, status: number, code: string | undefined)[src]§Properties§name: string[src]§status: number[src]