toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.util
/
XProcRoleDiagnostic
XProc
Role
Diagnostic
class
XProcRoleDiagnostic
(
kind
:
Int
,
operation
:
String
,
operand
:
Int
,
errorCode
:
String
?
=
null
)
:
RoleDiagnostic
(
source
)
Members
Constructors
XProc
Role
Diagnostic
Link copied to clipboard
constructor
(
kind
:
Int
,
operation
:
String
,
operand
:
Int
,
errorCode
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
error
Code
Link copied to clipboard
var
errorCode
:
String
kerror
Code
Link copied to clipboard
val
kerrorCode
:
String
?
kkind
Link copied to clipboard
val
kkind
:
Int
koperand
Link copied to clipboard
val
koperand
:
Int
koperation
Link copied to clipboard
val
koperation
:
String
Functions
compose
Error
Message
Link copied to clipboard
open
fun
composeErrorMessage
(
p0
:
ItemType
,
p1
:
ItemType
)
:
String
open
fun
composeErrorMessage
(
p0
:
ItemType
,
p1
:
UType
)
:
String
open
fun
composeErrorMessage
(
p0
:
ItemType
,
p1
:
Expression
,
p2
:
TypeHierarchy
)
:
String
open
fun
composeErrorMessage
(
p0
:
ItemType
,
p1
:
Item
,
p2
:
TypeHierarchy
)
:
String
compose
Required
Message
Link copied to clipboard
open
fun
composeRequiredMessage
(
p0
:
ItemType
)
:
String
get
Message
Link copied to clipboard
open
override
fun
getMessage
(
)
:
String
is
Type
Error
Link copied to clipboard
open
fun
isTypeError
(
)
:
Boolean
save
Link copied to clipboard
open
fun
save
(
)
:
String