Type Alias FioLoggerExecuteContext

FioLoggerExecuteContext: {
    endpoint: string;
    error?: ExecuteCallError;
}