Maps MediaWiki API error codes to typed errors
The MediaWiki API error code
The error message
Optional
Additional error details
The wiki where the error occurred
The title related to the error
The mapped IWFError instance
const error = mapAPIError('notloggedin', 'User is not logged in', { wiki: 'enwiki' }); // error is an instance of NotLoggedInError Copy
const error = mapAPIError('notloggedin', 'User is not logged in', { wiki: 'enwiki' }); // error is an instance of NotLoggedInError
Maps MediaWiki API error codes to typed errors