Platforms to show: All Mac Windows Linux Cross-Platform
NSErrorMBS class
class, Cocoa,
MBS Real Studio CocoaBase Plugin
(NSBase),
class NSErrorMBS,
Plugin version: 7.7, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: The class for error information in the Cocoa World.
Plugin version: 7.7, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: The class for error information in the Cocoa World.
- property Handle as Integer
- method code as integer
- method Constructor
- method description as string
- method domain as string
- method localizedDescription as string
- method localizedFailureReason as string
- method localizedRecoverySuggestion as string
This class has no sub classes.
Some methods using this class:
- ABAddressBookMBS.addRecord(record as ABRecordMBS, byref error as NSErrorMBS) as boolean
- ABAddressBookMBS.removeRecord(record as ABRecordMBS, byref error as NSErrorMBS) as boolean
- ABAddressBookMBS.save(byref error as NSErrorMBS) as boolean
- ABRecordMBS.setValue(value as variant, propertyName as string, byref error as NSErrorMBS) as boolean
- CalCalendarStoreMBS.removeCalendar(calendar as CalCalendarMBS, byref error as NSErrorMBS) as boolean
- CalCalendarStoreMBS.removeEvent(theEvent as CalEventMBS, span as integer, byref error as NSErrorMBS) as boolean
- CalCalendarStoreMBS.removeTask(task as CalTaskMBS, byref error as NSErrorMBS) as boolean
- CalCalendarStoreMBS.saveCalendar(calendar as CalCalendarMBS, byref error as NSErrorMBS) as boolean
- CalCalendarStoreMBS.saveEvent(theEvent as CalEventMBS, span as integer, byref error as NSErrorMBS) as boolean
- CalCalendarStoreMBS.saveTask(task as CalTaskMBS, byref error as NSErrorMBS) as boolean
- CWInterfaceMBS.associateToNetwork(network as CWNetworkMBS, parameters as dictionary, byref error as NSErrorMBS) as boolean
- CWInterfaceMBS.associateToNetwork(network as CWNetworkMBS, password as string, byref error as NSErrorMBS) as boolean
- CWInterfaceMBS.commitConfiguration(config as CWConfigurationMBS, byref error as NSErrorMBS) as boolean
- CWInterfaceMBS.enableIBSSWithParameters(byref error as NSErrorMBS) as boolean
- CWInterfaceMBS.enableIBSSWithParameters(parameters as dictionary, byref error as NSErrorMBS) as boolean
- CWInterfaceMBS.scanForNetworksWithName(networkName as string, byref error as NSErrorMBS) as CWNetworkMBS()
- CWInterfaceMBS.scanForNetworksWithParameters(byref error as NSErrorMBS) as CWNetworkMBS()
- CWInterfaceMBS.scanForNetworksWithParameters(parameters as dictionary, byref error as NSErrorMBS) as CWNetworkMBS()
- CWInterfaceMBS.scanForNetworksWithSSID(ssid as memoryblock, byref error as NSErrorMBS) as CWNetworkMBS()
- CWInterfaceMBS.setChannel(channel as UInt32, byref error as NSErrorMBS) as boolean
- CWInterfaceMBS.setPower(p as boolean, byref error as NSErrorMBS) as boolean
Some events for this class:
- CLGeocodeCompletionHandlerMBS.Completed(geocoder as CLGeocoderMBS, placemarks() as CLPlacemarkMBS, error as NSErrorMBS)
- CLLocationManagerMBS.didFailWithError(error as NSErrorMBS)
- CLLocationManagerMBS.monitoringDidFailForRegion(egion as CLRegionMBS, error as NSErrorMBS)
- GameKitMBS.acceptInviteCompleted(match as GKTurnBasedMatchMBS, error as NSErrorMBS, tag as variant)
- GameKitMBS.addPlayersToMatchCompleted(MatchMaker as GKMatchmakerMBS, match as GKMatchMBS, matchRequest as GKMatchRequestMBS, error as NSErrorMBS, tag as variant)
- GameKitMBS.authenticateCompleted(localPlayer as GKLocalPlayerMBS, error as NSErrorMBS, tag as variant)
- GameKitMBS.authenticateHandler(LocalPlayer as GKLocalPlayerMBS, viewController as NSViewControllerMBS, error as NSErrorMBS, tag as integer)
- GameKitMBS.declineInviteCompleted(match as GKTurnBasedMatchMBS, error as NSErrorMBS, tag as variant)
- GameKitMBS.endMatchInTurnWithMatchDataCompleted(match as GKTurnBasedMatchMBS, matchData as Dictionary, error as NSErrorMBS, tag as variant)
- GameKitMBS.endTurnWithNextParticipant(match as GKTurnBasedMatchMBS, nextParticipant as GKTurnBasedParticipantMBS, matchData as Dictionary, error as NSErrorMBS, tag as variant)
- GameKitMBS.endTurnWithNextParticipantsCompleted(match as GKTurnBasedMatchMBS, nextParticipants() as GKTurnBasedParticipantMBS, timeout as double, matchData as Dictionary, error as NSErrorMBS, tag as variant)
- GameKitMBS.findMatchForRequestCompleted(MatchMaker as GKMatchmakerMBS, request as GKMatchRequestMBS, match as GKMatchMBS, TurnBasedMatch as GKTurnBasedMatchMBS, error as NSErrorMBS, tag as variant)
- GameKitMBS.findPlayersForHostedMatchRequestCompleted(MatchMaker as GKMatchmakerMBS, request as GKMatchRequestMBS, playerIDs() as string, error as NSErrorMBS, tag as variant)
- GameKitMBS.loadAchievementDescriptionsCompleted(achievements() as GKAchievementDescriptionMBS, error as NSErrorMBS, tag as variant)
- GameKitMBS.loadAchievementsCompleted(achievements() as GKAchievementMBS, error as NSErrorMBS, tag as variant)
- GameKitMBS.loadCategoriesCompleted(categories() as string, titles() as string, error as NSErrorMBS, tag as variant)
- GameKitMBS.loadDefaultLeaderboardCategoryIDCompleted(LocalPlayer as GKLocalPlayerMBS, categoryID as string, error as NSErrorMBS, tag as variant)
- GameKitMBS.loadFriendsCompleted(localPlayer as GKLocalPlayerMBS, friends() as string, error as NSErrorMBS, tag as variant)
- GameKitMBS.loadImageCompleted(description as GKAchievementDescriptionMBS, image as NSImageMBS, error as NSErrorMBS, tag as variant)
- GameKitMBS.loadLeaderboardsCompleted(Leaderboards() as GKLeaderboardMBS, error as NSErrorMBS, tag as variant)
- GameKitMBS.loadMatchDataCompleted(match as GKTurnBasedMatchMBS, matchData as Dictionary, error as NSErrorMBS, tag as variant)
Some examples which use this class:
- /Cocoa/NSURLConnection test
- /CocoaBase/Custom NSWindows/NSWindow like QTPlayer/QTPlayer NSwindow
- /CocoaBase/NSURLConnection test
- /CocoaBase/NSURLDownload/NSURLDownload Example
- /CocoaBase/NSURLDownload/NSURLDownload test
- /Lion/iCloud Example/iCloud Example
- /Lion/Push Notification/Push Notification
- /Lion/Store Kit Test
- /MountainLion/GameKit Player
- /MountainLion/GeoCoder
- /MountainLion/Sharing/Custom Sharing Service
- /QTKit/CaptureView
- /QTKit/CaptureView customized
- /QTKit/CaptureView images
- /QTKit/CaptureView with QTKitCaptureMovieFileOutputMBS events
- /QTKit/CaptureView with Sound Level
- /QTKit/MovieView
- /QTKit/MovieView with RB Movie
- /QTKit/QTKit Build Movie from Picture Folder
- /QTKit/QTKit Create Movie
- /QTKit/QTKit Create Movie in memory
The items on this page are in the following plugins: MBS Real Studio CocoaBase Plugin.
Links
MBS Xojo Plugins