Home > kibana-plugin-core-server > ResponseError
Error message and optional data send to the client in case of error.
Signature:
export declare type ResponseError = string | Error | {
message: string | Error;
attributes?: ResponseErrorAttributes;
};