ErrorFor type
Home > @rimitive/core > ErrorFor
ErrorFor type
Section titled “ErrorFor type”Get error message for an invalid module type
Signature:
type ErrorFor<T> = T extends Transient ? TransientError : AsyncError;References: Transient, TransientError, AsyncError