TestSessionManagerError

public enum TestSessionManagerError: Error

The TestSessionManagerError enum describes domain specific errors for the TestSessionManager class.

  • Indicates the specified test session could not be loaded.

    Declaration

    Swift

    case retrieveTestSessionFailed
  • Indicates a upload target could not be created.

    Declaration

    Swift

    case createUploadTargetFailed
  • Indicates the processing request has timed out.

    Declaration

    Swift

    case processingTimeout
  • Indicates that an upload target could not be created to upload a test recording to.

    Declaration

    Swift

    case uploadTargetCreationFailed
  • Indicates the test recording failed to upload to S3.

    Declaration

    Swift

    case testUploadFailed