/** * This is used to map the error details in response * @export * @class ForbiddenErrorResponse */ export declare class ForbiddenErrorResponse { /** * @type {number} * @memberof ForbiddenErrorResponse */ code?: number | undefined; /** * @type {string} * @memberof ForbiddenErrorResponse */ message?: string | undefined; }