IO Wallet SDK
    Preparing search index...
    • utility to format a set of attributes into an error message string

      Parameters

      • attrs: Record<string, GenericErrorReason | number | string[] | undefined>

        A key value record set

      Returns string

      a human-readable serialization of the set

      // returns "foo=value bar=(list, item)"
      serializeAttrs({ foo: "value", bar: ["list", "item"] })