GenErrorByServerType
Signature
type GenErrorByServerType = {
defMessage?: string;
list?: FormattedError[];
messagesWithKey?: string;
messages?: string;
};
type GenErrorByServerType = {
defMessage?: string;
list?: FormattedError[];
messagesWithKey?: string;
messages?: string;
};