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
  • The network request failed due to a 4xx or 5xx status code.

    Declaration

    Swift

    case serverRespondedWithError