final class unmatched extends Annotation with RawSymAnnotation

When applied on raw RPC method or method metadata parameter, customizes error message displayed for unmatched real method.

When applied on raw RPC parameter or param metadata parameter, customizes error message displayed when no real parameter matched annotated raw parameter. This implies that the raw parameter must have single arity (otherwise it's not required to be matched by any real parameter).

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. unmatched
  2. RawSymAnnotation
  3. StaticAnnotation
  4. Annotation
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new unmatched(error: String)