ChallengeRequestErrorResponse constructor

ChallengeRequestErrorResponse(
  1. int code,
  2. String body
)

Implementation

ChallengeRequestErrorResponse(int code, String body) : super(code, body);