export default interface IMoodleErrorOptions { message: string; error?: string; exception?: string; errorcode?: string; debuginfo?: string; }