class ErrorOperationTrait extends Operation with ErrorDeclaration[OperationModel.type]

Linear Supertypes
ErrorDeclaration[OperationModel.type], Operation, Serializable, Serializable, Product, Equals, Linkable, AdoptionDependantCalls, DocumentedElement, ServerContainer, ExtensibleWebApiDomainElement, SecuredElement, AbstractOperation, NamedDomainElement, DomainElement, CustomizableElement, NamedAmfObject, AmfObject, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ErrorOperationTrait
  2. ErrorDeclaration
  3. Operation
  4. Serializable
  5. Serializable
  6. Product
  7. Equals
  8. Linkable
  9. AdoptionDependantCalls
  10. DocumentedElement
  11. ServerContainer
  12. ExtensibleWebApiDomainElement
  13. SecuredElement
  14. AbstractOperation
  15. NamedDomainElement
  16. DomainElement
  17. CustomizableElement
  18. NamedAmfObject
  19. AmfObject
  20. AmfElement
  21. AnyRef
  22. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ErrorOperationTrait(idPart: String, ast: YPart)

Type Members

  1. type RequestType = Request
    Definition Classes
    Operation → AbstractOperation
  2. type ResponseType = Response
    Definition Classes
    Operation → AbstractOperation

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ErrorOperationTrait to any2stringadd[ErrorOperationTrait] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ErrorOperationTrait, B)
    Implicit
    This member is added by an implicit conversion from ErrorOperationTrait to ArrowAssoc[ErrorOperationTrait] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def accepts: Seq[StrField]
    Definition Classes
    Operation
  7. def add(field: Field, value: AmfElement): ErrorOperationTrait.this.type
    Definition Classes
    AmfObject
  8. def add(other: Annotations): ErrorOperationTrait.this.type
    Definition Classes
    AmfElement
  9. def add(annotation: Annotation): ErrorOperationTrait.this.type
    Definition Classes
    AmfElement
  10. def adopted(parent: String, cycle: Seq[String]): ErrorOperationTrait.this.type
    Definition Classes
    AmfObject
  11. val annotations: Annotations
    Definition Classes
    Operation → AmfElement
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def bindings: OperationBindings
    Definition Classes
    Operation
  14. def callbacks: Seq[Callback]
    Definition Classes
    Operation
  15. def classConstructor: (Fields, Annotations) ⇒ Linkable with DomainElement
    Attributes
    protected
    Definition Classes
    Operation → Linkable
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  17. def cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
    Definition Classes
    AmfObject → AmfElement
  18. def componentId: String

    Value , path + field value that is used to compose the id when the object its adopted

    Value , path + field value that is used to compose the id when the object its adopted

    Definition Classes
    Operation → AbstractOperation → AmfObject
  19. def contentType: Seq[StrField]
    Definition Classes
    Operation
  20. def copyElement(a: Annotations): Linkable with DomainElement
    Definition Classes
    Linkable
  21. def copyElement(): Linkable with DomainElement
    Definition Classes
    Linkable
  22. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  23. def deprecated: BoolField
    Definition Classes
    Operation
  24. def description: StrField
    Definition Classes
    AbstractOperation
  25. def documentation: CreativeWork
    Definition Classes
    Operation
  26. def documentations: Seq[CreativeWork]
    Definition Classes
    Operation → DocumentedElement
  27. def effectiveLinkTarget(links: Set[Linkable]): DomainElement
    Definition Classes
    Linkable
  28. def ensuring(cond: (ErrorOperationTrait) ⇒ Boolean, msg: ⇒ Any): ErrorOperationTrait
    Implicit
    This member is added by an implicit conversion from ErrorOperationTrait to Ensuring[ErrorOperationTrait] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  29. def ensuring(cond: (ErrorOperationTrait) ⇒ Boolean): ErrorOperationTrait
    Implicit
    This member is added by an implicit conversion from ErrorOperationTrait to Ensuring[ErrorOperationTrait] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  30. def ensuring(cond: Boolean, msg: ⇒ Any): ErrorOperationTrait
    Implicit
    This member is added by an implicit conversion from ErrorOperationTrait to Ensuring[ErrorOperationTrait] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  31. def ensuring(cond: Boolean): ErrorOperationTrait
    Implicit
    This member is added by an implicit conversion from ErrorOperationTrait to Ensuring[ErrorOperationTrait] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  32. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  34. def federationMetadata: OperationFederationMetadata
    Definition Classes
    Operation
  35. val fields: Fields
    Definition Classes
    Operation → AmfObject
  36. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  37. lazy val graph: Graph
    Definition Classes
    DomainElement
  38. val id: String
    Definition Classes
    AmfObject
  39. def isAbstract: BoolField
    Definition Classes
    Operation
  40. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  41. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  42. def isLink: Boolean
    Definition Classes
    Linkable
  43. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  44. def link[T](label: String, annotations: Annotations): T
    Definition Classes
    Linkable
  45. val linkAnnotations: Option[Annotations]
    Definition Classes
    Linkable
  46. def linkCopy(): ErrorOperationTrait
    Definition Classes
    ErrorOperationTraitOperation → Linkable
  47. def linkLabel: StrField
    Definition Classes
    Linkable
  48. def linkTarget: Option[DomainElement]
    Definition Classes
    Linkable
  49. def location(): Option[String]
    Definition Classes
    AmfElement
  50. def meta: OperationModel.type
    Definition Classes
    ErrorDeclaration → AmfObject
  51. def method: StrField
    Definition Classes
    Operation → AbstractOperation
  52. val model: OperationModel.type
    Definition Classes
    ErrorOperationTrait → ErrorDeclaration
  53. def name: StrField
    Definition Classes
    NamedAmfObject
  54. def nameField: Field
    Definition Classes
    Operation → AbstractOperation → NamedAmfObject
  55. val namespace: String
    Definition Classes
    ErrorOperationTrait → ErrorDeclaration
  56. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  57. def newErrorInstance: ErrorDeclaration[OperationModel.type]
    Attributes
    protected
    Definition Classes
    ErrorOperationTrait → ErrorDeclaration
  58. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  59. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  60. def operationId: StrField
    Definition Classes
    Operation
  61. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  62. def refDescription: StrField
    Definition Classes
    Linkable
  63. def refSummary: StrField
    Definition Classes
    Linkable
  64. def removeName(): fields.type
    Definition Classes
    Operation
  65. def removeServers(): Unit
    Definition Classes
    OperationServerContainer
  66. def request: Request
    Definition Classes
    Operation → AbstractOperation
  67. def requests: Seq[Request]
    Definition Classes
    Operation
  68. def responses: Seq[Response]
    Definition Classes
    Operation → AbstractOperation
  69. def schemes: Seq[StrField]
    Definition Classes
    Operation
  70. def security: Seq[SecurityRequirement]
    Definition Classes
    SecuredElement
  71. def servers: Seq[Server]
    Definition Classes
    OperationServerContainer
  72. def set(field: Field, value: AmfElement, annotations: Annotations): ErrorOperationTrait.this.type
    Definition Classes
    AmfObject
  73. def set(field: Field, value: AmfElement): ErrorOperationTrait.this.type
    Definition Classes
    AmfObject
  74. def set(field: Field, values: Seq[String]): ErrorOperationTrait.this.type
    Definition Classes
    AmfObject
  75. def set(field: Field, value: Float): ErrorOperationTrait.this.type
    Definition Classes
    AmfObject
  76. def set(field: Field, value: Double): ErrorOperationTrait.this.type
    Definition Classes
    AmfObject
  77. def set(field: Field, value: Int): ErrorOperationTrait.this.type
    Definition Classes
    AmfObject
  78. def set(field: Field, value: Boolean): ErrorOperationTrait.this.type
    Definition Classes
    AmfObject
  79. def set(field: Field, value: String, annotations: Annotations): ErrorOperationTrait.this.type
    Definition Classes
    AmfObject
  80. def set(field: Field, value: String): ErrorOperationTrait.this.type
    Definition Classes
    AmfObject
  81. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorOperationTrait.this.type
    Definition Classes
    AmfObject
  82. def setArray(field: Field, values: Seq[AmfElement]): ErrorOperationTrait.this.type
    Definition Classes
    AmfObject
  83. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorOperationTrait.this.type
    Definition Classes
    AmfObject
  84. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): ErrorOperationTrait.this.type
    Definition Classes
    AmfObject
  85. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): ErrorOperationTrait.this.type
    Definition Classes
    AmfObject
  86. val shouldLink: Boolean
    Attributes
    protected
    Definition Classes
    Linkable
  87. final def simpleAdoption(parent: String): ErrorOperationTrait.this.type
    Definition Classes
    AmfObject
  88. def summary: StrField
    Definition Classes
    Operation
  89. def supportsRecursion: BoolField
    Definition Classes
    Linkable
  90. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  91. def tags: Seq[Tag]
    Definition Classes
    Operation
  92. def traits: Seq[ParametrizedTrait]
    Definition Classes
    Operation
  93. def typeIris: Seq[String]
    Definition Classes
    DomainElement → CustomizableElement
  94. def unresolved(refName: String, aliases: Seq[String], pos: Option[SourceLocation], unresolvedSeverity: String)(implicit ctx: UnresolvedComponents): DomainElement with Linkable
    Definition Classes
    Linkable
  95. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  96. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  97. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  98. def withAbstract(abs: Boolean): ErrorOperationTrait.this.type
    Definition Classes
    Operation
  99. def withAccepts(accepts: Seq[String]): ErrorOperationTrait.this.type
    Definition Classes
    Operation
  100. def withBindings(bindings: OperationBindings): ErrorOperationTrait.this.type
    Definition Classes
    Operation
  101. def withCallback(name: String): Callback
    Definition Classes
    Operation
  102. def withCallbacks(callbacks: Seq[Callback]): ErrorOperationTrait.this.type
    Definition Classes
    Operation
  103. def withContentType(contentType: Seq[String]): ErrorOperationTrait.this.type
    Definition Classes
    Operation
  104. def withCustomDomainProperties(extensions: Seq[DomainExtension]): ErrorOperationTrait.this.type
    Definition Classes
    DomainElement → CustomizableElement
  105. def withCustomDomainProperty(extensions: DomainExtension): ErrorOperationTrait.this.type
    Definition Classes
    DomainElement → CustomizableElement
  106. def withDeprecated(deprecated: Boolean): ErrorOperationTrait.this.type
    Definition Classes
    Operation
  107. def withDescription(description: String): ErrorOperationTrait.this.type
    Definition Classes
    AbstractOperation
  108. def withDocumentation(documentation: CreativeWork): ErrorOperationTrait.this.type
    Definition Classes
    Operation
  109. def withExtends(extend: Seq[DomainElement]): ErrorOperationTrait.this.type
    Definition Classes
    DomainElement
  110. def withFederationMetadata(federationMetadata: OperationFederationMetadata): ErrorOperationTrait.this.type
    Definition Classes
    Operation
  111. def withId(value: String): ErrorOperationTrait.this.type
    Definition Classes
    ErrorDeclaration → AmfObject
  112. def withInferredName(name: String): ErrorOperationTrait.this.type
    Definition Classes
    NamedAmfObject
  113. def withInferredRequest(): Request
    Definition Classes
    Operation
  114. def withIsExternalLink(isReference: Boolean): ErrorOperationTrait.this.type
    Definition Classes
    DomainElement
  115. def withLinkLabel(label: String, annotations: Annotations): ErrorOperationTrait.this.type
    Definition Classes
    Linkable
  116. def withLinkTarget(target: DomainElement): ErrorOperationTrait.this.type
    Definition Classes
    Linkable
  117. def withMethod(method: String): ErrorOperationTrait.this.type
    Definition Classes
    Operation → AbstractOperation
  118. def withName(name: String): ErrorOperationTrait.this.type
    Definition Classes
    NamedAmfObject
  119. def withName(nameNode: ScalarNode): ErrorOperationTrait.this.type
    Definition Classes
    NamedAmfObject
  120. def withName(name: String, a: Annotations): ErrorOperationTrait.this.type
    Definition Classes
    NamedAmfObject
  121. def withName(node: YNode): ErrorOperationTrait.this.type
    Definition Classes
    NamedAmfObject
  122. def withOperationId(operationId: String): ErrorOperationTrait.this.type
    Definition Classes
    Operation
  123. def withRefDescription(refDescription: String, annotations: Annotations): ErrorOperationTrait.this.type
    Definition Classes
    Linkable
  124. def withRefSummary(refSummary: String, annotations: Annotations): ErrorOperationTrait.this.type
    Definition Classes
    Linkable
  125. def withRequest(): Request
    Definition Classes
    Operation
  126. def withRequest(request: Request): ErrorOperationTrait.this.type
    Definition Classes
    Operation → AbstractOperation
  127. def withRequest(name: String): RequestType
    Definition Classes
    AbstractOperation
  128. def withRequests(request: Seq[Request]): ErrorOperationTrait.this.type
    Definition Classes
    Operation
  129. def withResourceType(name: String): ParametrizedResourceType
  130. def withResponse(name: String): Response
    Definition Classes
    Operation → AbstractOperation
  131. def withResponses(responses: Seq[Response]): ErrorOperationTrait.this.type
    Definition Classes
    Operation → AbstractOperation
  132. def withSchemes(schemes: Seq[String]): ErrorOperationTrait.this.type
    Definition Classes
    Operation
  133. def withSecurity(name: String): SecurityRequirement
    Definition Classes
    SecuredElement
  134. def withSecurity(security: Seq[SecurityRequirement]): ErrorOperationTrait.this.type
    Definition Classes
    SecuredElement
  135. def withServer(url: String): Server
    Definition Classes
    Operation
  136. def withServers(servers: Seq[Server]): ErrorOperationTrait.this.type
    Definition Classes
    OperationServerContainer
  137. def withSummary(summary: String): ErrorOperationTrait.this.type
    Definition Classes
    Operation
  138. def withSupportsRecursion(recursive: Boolean): ErrorOperationTrait.this.type
    Definition Classes
    Linkable
  139. def withSynthesizeName(name: String): ErrorOperationTrait.this.type
    Definition Classes
    NamedAmfObject
  140. def withTags(tags: Seq[Tag]): ErrorOperationTrait.this.type
    Definition Classes
    Operation
  141. def withTrait(name: String): ParametrizedTrait
  142. def [B](y: B): (ErrorOperationTrait, B)
    Implicit
    This member is added by an implicit conversion from ErrorOperationTrait to ArrowAssoc[ErrorOperationTrait] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated
  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ErrorOperationTrait to StringFormat[ErrorOperationTrait] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

Inherited from ErrorDeclaration[OperationModel.type]

Inherited from Operation

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Linkable

Inherited from AdoptionDependantCalls

Inherited from DocumentedElement

Inherited from ServerContainer

Inherited from SecuredElement

Inherited from AbstractOperation

Inherited from NamedDomainElement

Inherited from DomainElement

Inherited from CustomizableElement

Inherited from NamedAmfObject

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ErrorOperationTrait to any2stringadd[ErrorOperationTrait]

Inherited by implicit conversion StringFormat from ErrorOperationTrait to StringFormat[ErrorOperationTrait]

Inherited by implicit conversion Ensuring from ErrorOperationTrait to Ensuring[ErrorOperationTrait]

Inherited by implicit conversion ArrowAssoc from ErrorOperationTrait to ArrowAssoc[ErrorOperationTrait]

Ungrouped