Exception: Mysigner::Upload::AscRestUploader::AltoolUploadError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/mysigner/upload/asc_rest_uploader.rb

Overview

Raised when altool fails for any reason OTHER than the BuildVersionConflictError case. Carries altool’s own error code and message verbatim — we deliberately do NOT blanket-map every altool failure to a generic “upload failed” string. WHY: the previous implementation mapped every 409 to BuildVersionConflictError and silently hid real causes (attribute-shape mismatches, signature rejections, expired tokens). Surfacing altool’s exact error is the only way the user can act on it.