cc-everywhere
Copytype ErrorCodeMessage<T> = object; Copied to your clipboardtype ErrorCodeMessage<T> = object;
type ErrorCodeMessage<T> = object;
T
Copycode: T; Copied to your clipboardcode: T;
code: T;
Copymessage: string; Copied to your clipboardmessage: string;
message: string;