Group
Extension

Matches 42

Test-ZZZ ( S/ST/STDCRM/Test-ZZZ-0.0.1.tar.gz, STDCRM, 2020; MetaCPAN )
Test-ZZZ/src/com/zoho/crm/api/variables/VariablesOperations.pm ( view source; MetaCPAN )
($param_instance); 
	return $handler_instance->api_call("variables.ResponseHandler", "application/json"); 
}

sub create_variables
{
	my ($self,$request) = @_;
	if(!(($request)->isa("variables::BodyWr
plication/json"); 
	$handler_instance->set_request($request); 
	$handler_instance->set_mandatory_checker(1); 
	return $handler_instance->api_call("variables.ActionHandler", "application/json"); 
}

su
plication/json"); 
	$handler_instance->set_request($request); 
	$handler_instance->set_mandatory_checker(1); 
	return $handler_instance->api_call("variables.ActionHandler", "application/json"); 
}

su
Test-ZZZ ( S/ST/STDCRM/Test-ZZZ-0.0.1.tar.gz, STDCRM, 2020; MetaCPAN )
Test-ZZZ/src/com/zoho/api/exception/SDKException.pm ( view source; MetaCPAN )

use Error;
use JSON;
sub new
{
  my ($class, $code, $message, $details, $cause) = @_;

  my $self={
      code    => $code,
      message => $message,
      details => JSON->new->utf8->enco
or code.

Param message : A String containing the Exception error message.

Param details : A JSONObject containing the error response.

Param cause : A Exception class instance.

=item C<to_s

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.