Home > sncf.js > defineRequestError
defineRequestError() function 
Signature:
typescript
export declare function defineRequestError(response: any): {
    [x: string]: any;
    readonly name: string;
};Parameters 
| Parameter | Type | Description | 
|---|---|---|
| response | any | 
{ [x: string]: any; readonly name: string; }