Skip to content

ErrorFor type

Home > @rimitive/core > ErrorFor

Get error message for an invalid module type

Signature:

type ErrorFor<T> = T extends Transient ? TransientError : AsyncError;

References: Transient, TransientError, AsyncError