class Repro::Unauthorized
HTTP status code: 401
Public Instance Methods
to_s()
click to toggle source
# File lib/repro/error.rb, line 54 def to_s "Please set your Repro API Token by `Repro.token = <token>` before calling API" end