interface MetadataWithError {
    context?: Record<string, unknown>;
    error?: Error;
}

Hierarchy

  • Metadata
    • MetadataWithError

Properties

Properties

context?: Record<string, unknown>
error?: Error