ServerErrorData: {
    code: string;
    decisionId?: string;
    errors?: ServerErrorErrors[];
    message: string;
}

Server Error