Type Alias: ErrorCodeMessage<T>
type ErrorCodeMessage<T> = object;
Type Parameters
Type Parameter
TProperties
code
code: T;
message
message: string;
type ErrorCodeMessage<T> = object;
Tcode: T;
message: string;