@amabeth/time-picker
    Preparing search index...

    Interface DurationOperationError

    Error thrown if a duration operation fails.

    interface DurationOperationError {
        cause?: unknown;
        name: string;
        message: string;
        stack?: string;
    }

    Hierarchy

    • Error
      • DurationOperationError
    Index

    Properties

    cause?: unknown
    name: string
    message: string
    stack?: string