UNPKG

@webhare/moodle-webservice

Version:

Moodle Web Service API client with intellisense and typechecking

8 lines (7 loc) 162 B
export default interface IMoodleErrorOptions { message: string; error?: string; exception?: string; errorcode?: number; debuginfo?: string; }