cc-everywhere

Type Alias: ErrorCodeMessage<T>

type ErrorCodeMessage<T> = object;

Type Parameters

Type Parameter
T

Properties

code

code: T;

message

message: string;