SFBDSDDecoderErrorCode
enum SFBDSDDecoderErrorCode : NSInteger {}
Possible \c NSError error codes used by \c SFBDSDDecoder
-
Internal decoder error
Declaration
Objective-C
SFBDSDDecoderErrorCodeInternalError = 0
-
Unknown decoder name
Declaration
Objective-C
SFBDSDDecoderErrorCodeUnknownDecoder = 1
-
Invalid, unknown, or unsupported format
Declaration
Objective-C
SFBDSDDecoderErrorCodeInvalidFormat = 2