Type Alias ServerErrorStatus

ServerErrorStatus: {
    error: Error;
    type: "error";
}