Se añade descripción del error cuando aparece "Error al construir la colección"
This commit is contained in:
parent
a16a6b1957
commit
1f6a4278a9
|
@ -46,7 +46,7 @@ fun CollectionVO.map() : CollectionVO{
|
||||||
if (this.tickets == null || this.tickets.isEmpty()){
|
if (this.tickets == null || this.tickets.isEmpty()){
|
||||||
this.errorMessage = "La colección no tiene tickets"
|
this.errorMessage = "La colección no tiene tickets"
|
||||||
}else{
|
}else{
|
||||||
this.errorMessage = "Error al construir la colección"
|
this.errorMessage = "Error al construir la colección. Descripción del error:"+ e.message.toString()
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue