Class UnauthorizedResponse

java.lang.Object
org.tailormap.api.viewer.model.UnauthorizedResponse
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", comments="Generator version: 7.9.0") public class UnauthorizedResponse extends Object implements Serializable
Returned when calling an API for which you are required to be authorized (logged in).
See Also:
  • Constructor Details

    • UnauthorizedResponse

      public UnauthorizedResponse()
  • Method Details