Functions - grpc

prepareError

Prepare the error as a Error.

prepareError

(ErrorType errorType, string message, error other)

returns Error

Prepare the error as a Error.

Parameters

  • message string
  • the error message.

  • other error
  • the error instance.

  • Return Type

    (Error)
  • prepared Error instance.