mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
600 B
600 B
Home > kibana-plugin-plugins-expressions-server > ExpressionValueError
ExpressionValueError type
Signature:
export declare type ExpressionValueError = ExpressionValueBoxed<'error', {
error: {
message: string;
type?: string;
name?: string;
stack?: string;
original?: Error;
};
info?: unknown;
}>;