Skip to main content
type FundStateError = {
  code: string;
  message: string;
};
The type for an error that may get displayed in the UI.

Properties

PropertyType
codestring
messagestring
I