This callback is used in all hooks to infer the error type CodedError[]. This way when using from an app a hook, for example useGetAccountImages(), the returned error object or the onError callback will have the type CodedError[] instead of unknown.
error
onError
Generated using TypeDoc
This callback is used in all hooks to infer the error type CodedError[]. This way when using from an app a hook, for example useGetAccountImages(), the returned
error
object or theonError
callback will have the type CodedError[] instead of unknown.