BMSCoreError
public enum BMSCoreError: Error
Indicates a failure that occurred within the BMSCore framework.
-
The URL provided in the
Request
initializer is invalid.Declaration
Swift
case malformedUrl
-
Need to call the
BMSClient.initialize(bluemixAppRoute:bluemixAppGUID:bluemixRegion:)
method.Declaration
Swift
case clientNotInitialized
-
The network request failed due to a 4xx or 5xx status code.
Declaration
Swift
case serverRespondedWithError