export interface InvocationResultError extends RawInvocationResultBase { readonly state: 'FAULT'; readonly message: string; }