Home > @infiniteobjects/data-types > PrintabilityReasonSeverity
Severity of printability reason
Signature:
export declare enum PrintabilityReasonSeverity
| Member | Value | Description |
|---|---|---|
| fatal | "FATAL" |
Assets cannot be printed |
| ok | "OK" |
Printable Assets |
| warning | "WARN" |
Assets can be printed in the future |