DOCS

WCErrorResponse

type WCErrorResponse = {
  code: number;
  data?: string;
  message: string;
};