/** * Finix API */ import { Error401UnauthorizedEmbeddedErrorsInnerLinks } from './error401UnauthorizedEmbeddedErrorsInnerLinks'; import { LogRef } from './logRef'; export declare class Error401UnauthorizedEmbeddedErrorsInner { 'code'?: Error401UnauthorizedEmbeddedErrorsInner.CodeEnum | string; 'logref'?: LogRef; 'message'?: string; 'links'?: Error401UnauthorizedEmbeddedErrorsInnerLinks; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; } export declare namespace Error401UnauthorizedEmbeddedErrorsInner { enum CodeEnum { Unknown } }