ServerErrorWithStatusCode: {
    code: string;
    decisionId?: string;
    errors?: Errors[];
    httpStatusCode?: string;
    message: string;
}