Response.organizeDirectivesError constructor
Initialize a newly created instance to represent the ORGANIZE_DIRECTIVES_ERROR error condition.
Implementation
Response.organizeDirectivesError(Request request, String message)
: this(request.id,
error: RequestError(
RequestErrorCode.ORGANIZE_DIRECTIVES_ERROR, message));