Nintendo 3DS Miiverse Library
1.3.2
(OLV/Olive)
|
This document describes error handling in the Miiverse (OLV/Olive) library.
A variety of errors can occur with the Miiverse library API functions, even in retail products, due to factors such as the Parental Controls settings or Internet communication errors that occur at unspecified times. If your application supports the Miiverse library, design it to handle any errors that may be returned by Miiverse API functions. Error codes corresponding to the errors returned by the Miiverse library API functions are available to display in the Error/EULA display applet, which you can use to prompt a response from the user.
Guidelines for error handling in the Miiverse library are shown below in the form of simplified C++ code.