Type Alias FailureEventData

FailureEventData: {
    error: string;
    message: string;
}

The payload for a failure event.