Response.organizeDirectivesError constructor

Response.organizeDirectivesError(
  1. Request request,
  2. String message
)

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));