• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Where are the errors in NSOSStatusErrorDomain defined?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Where are the errors in NSOSStatusErrorDomain defined?


  • Subject: Re: Where are the errors in NSOSStatusErrorDomain defined?
  • From: Roland King <email@hidden>
  • Date: Thu, 22 May 2014 13:32:38 +0800

560030580 = 0x21616374 which is '!act'

I believe that's the pattern for Audio stuff, you turn it to a 4-char string.

There's a rumour on the internet that used to be kAudioSessionNotActiveError but I'm banana-ed if I can find that in the current SDK.

On 22 May, 2014, at 1:17 pm, Gerriet M. Denkmann <email@hidden> wrote:

> Got an NSError with:
>
> "Error Domain=NSOSStatusErrorDomain Code=560030580 "The operation couldn’t be completed. (OSStatus error 560030580.)""
>
> Have:
> 	if ( [ [ outError domain ] isEqualToString: NSOSStatusErrorDomain ]  &&  [ outError code ] == 560030580 )
>
> but would like to have:
> 	if ( [ [ outError domain ] isEqualToString: NSOSStatusErrorDomain ]  &&  [ outError code ] == NSSomeErrorEnum )
>
> Where to look for this?
>
> Gerriet.
>
> iOS 7.1.1
>
>
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden


_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


  • Follow-Ups:
    • Re: Where are the errors in NSOSStatusErrorDomain defined?
      • From: Roland King <email@hidden>
References: 
 >Where are the errors in NSOSStatusErrorDomain defined? (From: "Gerriet M. Denkmann" <email@hidden>)

  • Prev by Date: Where are the errors in NSOSStatusErrorDomain defined?
  • Next by Date: cancelPerformSelector does not work
  • Previous by thread: Where are the errors in NSOSStatusErrorDomain defined?
  • Next by thread: Re: Where are the errors in NSOSStatusErrorDomain defined?
  • Index(es):
    • Date
    • Thread